Ticket #37953: patch-repint.h.diff

File patch-repint.h.diff, 450 bytes (added by crossd@…, 12 years ago)
  • src/repint.h

    old new  
    244244   call when the heap needs to grow. */
    245245
    246246#if defined __GNUC__ && defined __OPTIMIZE__
    247 extern __inline__ repv inline_Fcons (repv x, repv y);
    248 extern __inline__ repv
     247static __inline__ repv inline_Fcons (repv x, repv y);
     248static __inline__ repv
    249249inline_Fcons (repv x, repv y)
    250250{
    251251    rep_cons *c = rep_cons_freelist;