English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/tools/nfotiser/parser.c

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

revision 3464 by tg, Thu Aug 9 15:08:25 2007 UTC revision 3465 by tg, Thu Aug 9 15:12:02 2007 UTC
# Line 360  syntaxerr_(size_t lno, const char *fmt, Line 360  syntaxerr_(size_t lno, const char *fmt,
360    
361          va_start(args, fmt);          va_start(args, fmt);
362          fflush(NULL);          fflush(NULL);
363          fprintf(stderr, "syntax error [%4zu]: ", lno);          fprintf(stderr, "syntax error [%s%s%4zu]: ",
364                parser_errpfx ? parser_errpfx : "",
365                parser_errpfx ? ":" : "", lno);
366          fflush(NULL);          fflush(NULL);
367          verrx(1, fmt, args);          verrx(1, fmt, args);
368          va_end(args);          va_end(args);

Legend:
Removed from v.3464  
changed lines
  Added in v.3465

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20