Changeset 2415 in kBuild for trunk/src/kash/arith.y
- Timestamp:
- Sep 13, 2010 11:13:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/arith.y
r2382 r2415 57 57 int main(int , char *[]); 58 58 int error(char *); 59 #else 60 # undef malloc 61 # define malloc(cb) sh_malloc(NULL, (cb)) 62 # undef realloc 63 # define realloc(pv,cb) sh_realloc(NULL, (pv), (cb)) 64 # undef free 65 # define free(pv) sh_free(NULL, (pv)) 59 66 #endif 60 67
Note:
See TracChangeset
for help on using the changeset viewer.