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

Diff of /m4/m4/debug.c

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

revision 1.10 by gary, Thu Oct 11 21:09:15 2001 UTC revision 1.11 by akim, Sat Oct 13 08:56:48 2001 UTC
# Line 353  m4_trace_pre (const char *name, int id, Line 353  m4_trace_pre (const char *name, int id,
353                bp = m4_builtin_find_by_func (NULL, TOKEN_FUNC (argv[i]));                bp = m4_builtin_find_by_func (NULL, TOKEN_FUNC (argv[i]));
354                if (bp == NULL)                if (bp == NULL)
355                  {                  {
356                    M4ERROR ((warning_status, 0, _("\                    M4ERROR ((warning_status, 0, "\
357  INTERNAL ERROR: Builtin not found in builtin table! (m4_trace_pre ())")));  INTERNAL ERROR: Builtin not found in builtin table! (m4_trace_pre ())"));
358                    abort ();                    abort ();
359                  }                  }
360                m4_trace_format ("<%s>", bp->name);                m4_trace_format ("<%s>", bp->name);
361                break;                break;
362    
363              case M4_TOKEN_VOID:              case M4_TOKEN_VOID:
364                M4ERROR ((warning_status, 0, _("\                M4ERROR ((warning_status, 0,
365  INTERNAL ERROR: Bad token data type (m4_trace_pre ())")));                          "INTERNAL ERROR: Bad token data type (m4_trace_pre ())"));
366                abort ();                abort ();
367              }              }
368    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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