# HG changeset patch # User jwe # Date 1078356944 0 # Node ID fba5c6e96e0f19b0aa9cc9206a8ec81b229753ae # Parent 5997796932b1bcaa6b28f3e3d04c20754c079fa0 [project @ 2004-03-03 23:35:43 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-03-03 John W. Eaton + + * parse.y: Delete spaces surrounding = in %name-prefix directive. + 2004-03-01 Petter Risholm * Cell.cc (Cell::cat): New function. diff --git a/src/parse.y b/src/parse.y --- a/src/parse.y +++ b/src/parse.y @@ -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 {