changeset 4813:fba5c6e96e0f

[project @ 2004-03-03 23:35:43 by jwe]
author jwe
date Wed, 03 Mar 2004 23:35:44 +0000
parents 5997796932b1
children 495e9df75836
files src/ChangeLog src/parse.y
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Mar 03 19:27:58 2004 +0000
+++ b/src/ChangeLog	Wed Mar 03 23:35:44 2004 +0000
@@ -1,3 +1,7 @@
+2004-03-03  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* parse.y: Delete spaces surrounding = in %name-prefix directive.
+
 2004-03-01  Petter Risholm  <risholm@idi.ntnu.no>
 
         * Cell.cc (Cell::cat): New function.
--- a/src/parse.y	Wed Mar 03 19:27:58 2004 +0000
+++ b/src/parse.y	Wed Mar 03 23:35:44 2004 +0000
@@ -348,7 +348,10 @@
 
 // Bison declarations.
 
-%name-prefix = "octave_"
+// Don't add spaces around the = here; it causes some versions of
+// bison to fail to properly recognize the directive.
+
+%name-prefix="octave_"
 
 %union
 {