/[m4]/m4/src/input.c
ViewVC logotype

Diff of /m4/src/input.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1.2.3 by gary, Sun May 1 11:54:12 2005 UTC revision 1.1.1.1.2.4 by gary, Sun Dec 4 20:17:36 2005 UTC
# Line 531  match_input (const char *s) Line 531  match_input (const char *s)
531      }      }
532    
533    /* Failed, push back input.  */    /* Failed, push back input.  */
534    obstack_grow (push_string_init (), t, n);    {
535        struct obstack *h = push_string_init ();
536    
537        /* `obstack_grow' may be macro evaluating its arg 1 several times. */
538        obstack_grow (h, t, n);
539      }
540    push_string_finish ();    push_string_finish ();
541    return 0;    return 0;
542  }  }

Legend:
Removed from v.1.1.1.1.2.3  
changed lines
  Added in v.1.1.1.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26