Better ANSI C compatibility and portability - part 1:
authorcarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:31:58 +0000 (00:31 +0800)
committercarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:54:23 +0000 (00:54 +0800)
commit0f75cc09ad5b3caef4536997fa667cf90e21cd64
treeb6c3f91dbaf0a4a9d062f6b323b3043ed35a343f
parent4555c1c8cf764a4f54b27cf37f34ef8071416e95
Better ANSI C compatibility and portability - part 1:
+ Addition of function prototypes.
+ Change function definitions to ANSI C style.
+ Convert to sed scripts some shell scripts for better portability.
+ Reduce usage of em_path.h
12 files changed:
modules/src/alloc/Amake.srclist
modules/src/alloc/CMakeLists.txt [new file with mode: 0644]
modules/src/alloc/Malloc.c
modules/src/alloc/No_Mem.c
modules/src/alloc/Realloc.c
modules/src/alloc/Salloc.c
modules/src/alloc/Srealloc.c
modules/src/alloc/alloc.3
modules/src/alloc/botch.c
modules/src/alloc/clear.c
modules/src/alloc/st_alloc.c
modules/src/alloc/std_alloc.c