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

Diff of /bison/src/output.c

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

revision 1.39.2.15 by akim, Wed Dec 5 09:22:14 2001 UTC revision 1.39.2.16 by akim, Wed Dec 5 09:24:21 2001 UTC
# Line 103  Line 103 
103  #include "reader.h"  #include "reader.h"
104  #include "conflicts.h"  #include "conflicts.h"
105    
 extern void berror PARAMS((const char *));  
   
   
106    
107  static int nvectors;  static int nvectors;
108  static int nentries;  static int nentries;
# Line 980  pack_vector (int vector) Line 977  pack_vector (int vector)
977          }          }
978      }      }
979    
980    berror ("pack_vector");    assert (!"pack_vector");
981    return 0;                     /* JF keep lint happy */    return 0;
982  }  }
983    
984    

Legend:
Removed from v.1.39.2.15  
changed lines
  Added in v.1.39.2.16

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