/[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.14 by eggert, Wed Dec 11 06:24:10 2002 UTC revision 1.15 by eggert, Thu Dec 26 06:57:29 2002 UTC
# Line 33  void warn (char const *format, ...) Line 33  void warn (char const *format, ...)
33  void warn_at (location loc, char const *format, ...)  void warn_at (location loc, char const *format, ...)
34    __attribute__ ((__format__ (__printf__, 2, 3)));    __attribute__ ((__format__ (__printf__, 2, 3)));
35    
36  /* Something bad happen, but let's continue and die later.  */  /* Something bad happened, but let's continue and die later.  */
37    
38  void complain (char const *format, ...)  void complain (char const *format, ...)
39    __attribute__ ((__format__ (__printf__, 1, 2)));    __attribute__ ((__format__ (__printf__, 1, 2)));
# Line 41  void complain (char const *format, ...) Line 41  void complain (char const *format, ...)
41  void complain_at (location loc, char const *format, ...)  void complain_at (location loc, char const *format, ...)
42    __attribute__ ((__format__ (__printf__, 2, 3)));    __attribute__ ((__format__ (__printf__, 2, 3)));
43    
44  /* Something bad happen and we die now.  */  /* Something bad happened, and let's die now.  */
45    
46  void fatal (char const *format, ...)  void fatal (char const *format, ...)
47    __attribute__ ((__noreturn__, __format__ (__printf__, 1, 2)));    __attribute__ ((__noreturn__, __format__ (__printf__, 1, 2)));

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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