/[m4]/m4/m4/error.h
ViewVC logotype

Diff of /m4/m4/error.h

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

revision 1.2 by gary, Fri Nov 24 23:24:34 2000 UTC revision 1.3 by gary, Mon Aug 20 20:25:25 2001 UTC
# Line 57  extern void error_at_line (int status, i Line 57  extern void error_at_line (int status, i
57  /* If NULL, error will flush stdout, then print on stderr the program  /* If NULL, error will flush stdout, then print on stderr the program
58     name, a colon and a space.  Otherwise, error will call this     name, a colon and a space.  Otherwise, error will call this
59     function without parameters instead.  */     function without parameters instead.  */
60  M4_SCOPE void (*error_print_progname) (void);  void (*error_print_progname) (void);
61    
62  #else  #else
63  void error ();  void error ();
64  void error_at_line ();  void error_at_line ();
65  M4_SCOPE void (*error_print_progname) ();  void (*error_print_progname) ();
66  #endif  #endif
67    
68  /* This variable is incremented each time `error' is called.  */  /* This variable is incremented each time `error' is called.  */
69  M4_SCOPE unsigned int error_message_count;  unsigned int error_message_count;
70    
71  /* Sometimes we want to have at most one error per line.  This  /* Sometimes we want to have at most one error per line.  This
72     variable controls whether this mode is selected or not.  */     variable controls whether this mode is selected or not.  */
73  M4_SCOPE int error_one_per_line;  int error_one_per_line;
74    
75  END_C_DECLS  END_C_DECLS
76    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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