summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorvern <vern>1993-12-15 10:08:29 +0000
committervern <vern>1993-12-15 10:08:29 +0000
commitfeb7867a194f5028bfda99db5cfa9769526bbc20 (patch)
tree2ab45d710c45c3ac03a5ab1e1c3760473d8dae44 /flexdef.h
parent0aaa31f65c95c5475aa522786f1933ca2f20d1d5 (diff)
downloadflex-feb7867a194f5028bfda99db5cfa9769526bbc20.tar.gz
bracket -CF table elements
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/flexdef.h b/flexdef.h
index 43388b3..8c6e022 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* @(#) $Header: /cvsroot/flex/flex/flexdef.h,v 2.33 1993/12/11 17:06:24 vern Exp $ (LBL) */
+/* @(#) $Header: /cvsroot/flex/flex/flexdef.h,v 2.34 1993/12/15 10:08:29 vern Exp $ (LBL) */
#include <stdio.h>
#include <ctype.h>
@@ -96,8 +96,8 @@
*/
#define NUMDATALINES 10
-/* Transition_struct_out() definitions. */
-#define TRANS_STRUCT_PRINT_LENGTH 15
+/* transition_struct_out() definitions. */
+#define TRANS_STRUCT_PRINT_LENGTH 14
/* Returns true if an nfa state has an epsilon out-transition slot
* that can be used. This definition is currently not used.