diff src/lex.l @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents e83d64b26659
children e4d5f689f06d
line wrap: on
line diff
--- a/src/lex.l	Tue Nov 30 20:24:36 1993 +0000
+++ b/src/lex.l	Tue Nov 30 20:24:36 1993 +0000
@@ -30,6 +30,10 @@
 
 %{
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "input.h"
 #include "token.h"
 
@@ -65,7 +69,7 @@
 static int braceflag = 0;
 
 // Return transpose or start a string?
-static int quote_is_transpose = 0;
+int quote_is_transpose = 0;
 
 // Nonzero means that we should convert spaces to a comma inside a
 // matrix definition.