/[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.17 by akim, Sat Oct 13 08:56:30 2001 UTC revision 1.18 by akim, Sat Oct 13 08:56:48 2001 UTC
# Line 499  m4_push_string_init (void) Line 499  m4_push_string_init (void)
499    if (next != NULL)    if (next != NULL)
500      {      {
501        M4ERROR ((warning_status, 0,        M4ERROR ((warning_status, 0,
502                  _("INTERNAL ERROR: Recursive push_string!")));                  "INTERNAL ERROR: Recursive push_string!"));
503        abort ();        abort ();
504      }      }
505    
# Line 603  init_builtin_token (m4_token *td) Line 603  init_builtin_token (m4_token *td)
603    if (isp->funcs->read_func != macro_read)    if (isp->funcs->read_func != macro_read)
604      {      {
605        M4ERROR ((warning_status, 0,        M4ERROR ((warning_status, 0,
606                  _("INTERNAL ERROR: Bad call to init_builtin_token ()")));                  "INTERNAL ERROR: Bad call to init_builtin_token ()"));
607        abort ();        abort ();
608      }      }
609    
# Line 642  next_char (void) Line 642  next_char (void)
642        else        else
643          {          {
644            M4ERROR ((warning_status, 0,            M4ERROR ((warning_status, 0,
645                      _("INTERNAL ERROR: Input stack botch in next_char ()")));                      "INTERNAL ERROR: Input stack botch in next_char ()"));
646            abort ();            abort ();
647          }          }
648    
# Line 676  m4_peek_input (void) Line 676  m4_peek_input (void)
676        else        else
677          {          {
678            M4ERROR ((warning_status, 0,            M4ERROR ((warning_status, 0,
679                      _("INTERNAL ERROR: Input stack botch in m4_peek_input ()")));                      "INTERNAL ERROR: Input stack botch in m4_peek_input ()"));
680            abort ();            abort ();
681          }          }
682    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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