Changeset 909 for trunk/src/gmakenew/misc.c
- Timestamp:
- May 24, 2007, 5:09:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/misc.c
r903 r909 348 348 /* Don't bother if we're using dmalloc; it provides these for us. */ 349 349 350 #if ndef HAVE_DMALLOC_H350 #if !defined(HAVE_DMALLOC_H) && !defined(ELECTRIC_HEAP) /* bird */ 351 351 352 352 #undef xmalloc
Note:
See TracChangeset
for help on using the changeset viewer.