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

Diff of /bison/src/complain.c

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

revision 1.6 by akim, Mon Nov 26 13:01:17 2001 UTC revision 1.7 by akim, Wed Dec 12 15:22:46 2001 UTC
# Line 41  Line 41 
41  void exit ();  void exit ();
42  #endif  #endif
43    
44    /* To get error_one_per_line. */
45    #include "error.h"
46    
47  #include "complain.h"  #include "complain.h"
48    
49  #ifndef HAVE_DECL_STRERROR_R  #ifndef HAVE_DECL_STRERROR_R
# Line 106  unsigned int warn_message_count; Line 109  unsigned int warn_message_count;
109  /* This variable is incremented each time `complain' is called.  */  /* This variable is incremented each time `complain' is called.  */
110  unsigned int complain_message_count;  unsigned int complain_message_count;
111    
 /* Sometimes we want to have at most one error per line.  This  
    variable controls whether this mode is selected or not.  */  
 int error_one_per_line;  
112    
113  /*--------------------------------.  /*--------------------------------.
114  | Report a warning, and proceed.  |  | Report a warning, and proceed.  |

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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