]> git.saurik.com Git - bison.git/blobdiff - src/LR0.c
# updates.
[bison.git] / src / LR0.c
index 1352c33d50a3abf514e425810f47ae08085ef05c..1ed8e92ce4bd73c73612d7929503b08acbc5edb3 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -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.  */
 
 
 /* See comments in state.h for the data structures that represent it.
@@ -518,7 +519,7 @@ augment_automaton (void)
   register core *statep;
   register shifts *sp;
   register shifts *sp2;
-  register shifts *sp1;
+  register shifts *sp1 = NULL;
 
   sp = first_shift;