]> git.saurik.com Git - bison.git/blobdiff - src/output.c
Added <unistd.h> for unlink().
[bison.git] / src / output.c
index d7a8301c07572052a63a4ea0934eae9b80c79d65..84581843d5469fde80d693600e54e29251899c0a 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* functions to output parsing data to various files.  Entries are:
@@ -707,8 +708,8 @@ action_row (int state)
   register int i;
   register int j;
   register int k;
-  register int m;
-  register int n;
+  register int m = 0;
+  register int n = 0;
   register int count;
   register int default_rule;
   register int nreds;
@@ -1164,7 +1165,7 @@ pack_vector (int vector)
   register int j;
   register int k;
   register int t;
-  register int loc;
+  register int loc = 0;
   register int ok;
   register short *from;
   register short *to;