/[bison]/bison/lib/error.c
ViewVC logotype

Diff of /bison/lib/error.c

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

revision 1.3 by eggert, Fri Oct 26 07:26:00 2001 UTC revision 1.4 by eggert, Mon Aug 12 14:11:35 2002 UTC
# Line 3  Line 3 
3     This file is part of the GNU C Library.  Its master source is NOT part of     This file is part of the GNU C Library.  Its master source is NOT part of
4     the C library, however.  The master source lives in /gd/gnu/lib.     the C library, however.  The master source lives in /gd/gnu/lib.
5    
6     The GNU C Library is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or modify
7     modify it under the terms of the GNU Lesser General Public     it under the terms of the GNU General Public License as published by
8     License as published by the Free Software Foundation; either     the Free Software Foundation; either version 2, or (at your option)
9     version 2.1 of the License, or (at your option) any later version.     any later version.
10    
11     The GNU C Library is distributed in the hope that it will be useful,     This program is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     Lesser General Public License for more details.     GNU General Public License for more details.
15    
16     You should have received a copy of the GNU Lesser General Public     You should have received a copy of the GNU General Public License
17     License along with the GNU C Library; if not, write to the Free     along with this program; if not, write to the Free Software Foundation,
18     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    02111-1307 USA.  */  
19    
20  /* Written by David MacKenzie <djm@gnu.ai.mit.edu>.  */  /* Written by David MacKenzie <djm@gnu.ai.mit.edu>.  */
21    
# Line 54  void exit (); Line 53  void exit ();
53  #endif  #endif
54    
55  #include "error.h"  #include "error.h"
56    #include "unlocked-io.h"
57    
58  #ifndef _  #ifndef _
59  # define _(String) String  # define _(String) String

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

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