+ 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
13 lines
205 B
Text
13 lines
205 B
Text
L_ACK_MODULES_ALLOC = {
|
|
$PWD/Malloc.c,
|
|
$PWD/Salloc.c,
|
|
$PWD/Srealloc.c,
|
|
$PWD/Realloc.c,
|
|
$PWD/botch.c,
|
|
$PWD/clear.c,
|
|
$PWD/st_alloc.c,
|
|
$PWD/std_alloc.c,
|
|
$PWD/No_Mem.c,
|
|
$PWD/alloc.h
|
|
};
|
|
|