Ticket #31312: nil-is-keyword.diff
File nil-is-keyword.diff, 556 bytes (added by gjasny@…, 12 years ago) |
---|
-
C/gprof.c
old new 123 123 #include <ucontext.h> 124 124 #endif 125 125 126 #ifdef nil 127 #undef nil 128 #endif 129 126 130 static Int ProfCalls, ProfGCs, ProfHGrows, ProfSGrows, ProfMallocs, ProfOn, ProfOns; 127 131 128 132 #define TIMER_DEFAULT 100 -
C/heapgc.c
old new 58 58 59 59 #include "heapgc.h" 60 60 61 #ifdef nil 62 #undef nil 63 #endif 64 61 65 typedef struct gc_mark_continuation { 62 66 CELL *v; 63 67 int nof;