opensourcecobol / Open-COBOL-ESQL

Open Cobol ESQL (ocesql) is an open-source Embedded SQL pre-compiler and run-time library designed for COBOL applications which access an open-source database.
https://www.osscons.jp/osscobol/
GNU Lesser General Public License v3.0
50 stars 24 forks source link

replace '#include <malloc.h>' with standard <stdlib.h> #77

Closed GitMensch closed 1 year ago

GitMensch commented 1 year ago

This is a cherry-pick of 72f2f6ee0c261ffc1f8219810e35bdf47a1839f1 done by @ChihHao-Su (+conflicts solved) and was merged by @yutaro-sakamoto in September 2022 into a stale branch in #69.

As this part from the initial PR is still not integrated and missing I suggest to pull this in (and delete the stale branch "feature/openbsd" afterwards).

yutaro-sakamoto commented 1 year ago

Thank you!