/[bison]/bison/src/complain.h
ViewVC logotype

Diff of /bison/src/complain.h

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

revision 1.9 by akim, Tue Jul 30 11:09:59 2002 UTC revision 1.10 by eggert, Mon Oct 21 05:28:34 2002 UTC
# Line 25  Line 25 
25  extern "C" {  extern "C" {
26  # endif  # endif
27    
 # ifdef __STDC__  
   
28  /* Informative messages, but we proceed. */  /* Informative messages, but we proceed. */
29    
30  void warn (const char *format, ...)  void warn (const char *format, ...)
# Line 51  void fatal (const char *format, ...) Line 49  void fatal (const char *format, ...)
49  void fatal_at (location_t location, const char *format, ...)  void fatal_at (location_t location, const char *format, ...)
50    __attribute__ ((__format__ (__printf__, 2, 3)));    __attribute__ ((__format__ (__printf__, 2, 3)));
51    
 # else  
 void warn ();  
 void warn_at ();  
 void complain ();  
 void complain_at ();  
 void fatal ();  
 void fatal_at ();  
 # endif  
   
52  /* Position in the current input file. */  /* Position in the current input file. */
53  extern char *infile;  extern char *infile;
54    

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

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