Made leaner the local memory of recursive functions (because of ulimit -s)

This commit is contained in:
2007-12-28 13:28:48 +00:00
parent ecdf3ca83d
commit 81a5121d73
4 changed files with 236 additions and 68 deletions

View File

@@ -263,6 +263,9 @@ int Xorriso_hop_link(struct XorrisO *xorriso, char *link_path,
/* return: 2= bourne_expr is surely a constant */
int Xorriso__bourne_to_reg(char bourne_expr[], char reg_expr[], int flag);
int Xorriso_no_malloc_memory(struct XorrisO *xorriso, char **to_free,
int flag);
int Sfile_str(char target[SfileadrL], char *source, int flag);