Ticket #37953: patch-repint.h.diff
File patch-repint.h.diff, 450 bytes (added by crossd@…, 12 years ago) |
---|
-
src/repint.h
old new 244 244 call when the heap needs to grow. */ 245 245 246 246 #if defined __GNUC__ && defined __OPTIMIZE__ 247 extern__inline__ repv inline_Fcons (repv x, repv y);248 extern__inline__ repv247 static __inline__ repv inline_Fcons (repv x, repv y); 248 static __inline__ repv 249 249 inline_Fcons (repv x, repv y) 250 250 { 251 251 rep_cons *c = rep_cons_freelist;