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

Diff of /m4/m4/input.c

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

revision 1.12 by gary, Sun Sep 30 14:43:38 2001 UTC revision 1.13 by gary, Sun Sep 30 22:26:57 2001 UTC
# Line 793  m4_input_init (void) Line 793  m4_input_init (void)
793    use_macro_escape = FALSE;    use_macro_escape = FALSE;
794  }  }
795    
796     void
797    m4_input_exit (void)
798    {
799      XFREE (lquote.string);
800      XFREE (rquote.string);
801      XFREE (bcomm.string);
802      XFREE (ecomm.string);
803      obstack_free (&wrapup_stack, NULL);
804      obstack_free (&input_stack, NULL);
805      obstack_free (&token_stack, NULL);
806    }
807    
808  void  void
809  m4_syntax_init (void)  m4_syntax_init (void)
810  {  {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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