diff src/parse.y @ 4753:9f0ce1536368

[project @ 2004-02-13 17:55:24 by jwe]
author jwe
date Fri, 13 Feb 2004 17:55:24 +0000
parents 5e2c68946f30
children fba5c6e96e0f
line wrap: on
line diff
--- a/src/parse.y	Sat Feb 07 22:47:38 2004 +0000
+++ b/src/parse.y	Fri Feb 13 17:55:24 2004 +0000
@@ -348,6 +348,8 @@
 
 // Bison declarations.
 
+%name-prefix = "octave_"
+
 %union
 {
   // The type of the basic tokens returned by the lexer.