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

Diff of /m4/src/main.c

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

revision 1.61 by gary, Wed May 4 15:45:44 2005 UTC revision 1.62 by gary, Wed May 4 18:56:36 2005 UTC
# Line 65  typedef struct macro_definition Line 65  typedef struct macro_definition
65  static void  static void
66  print_program_name_CB (void)  print_program_name_CB (void)
67  {  {
68      int e = errno;
69    fflush (stdout);    fflush (stdout);
70    fprintf (stderr, "%s: ", program_name);    fprintf (stderr, "%s: ", program_name);
71    if (m4_current_line != 0)    if (m4_current_line != 0)
72      fprintf (stderr, "%s: %d: ", m4_current_file, m4_current_line);      fprintf (stderr, "%s: %d: ", m4_current_file, m4_current_line);
73      errno = e;
74  }  }
75    
76    

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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