summaryrefslogtreecommitdiff
path: root/util/epist/yacc_parser.hh
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-08-21 00:27:16 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-08-21 00:27:16 +0000
commitbd05f7ec58f3e1f5839c372ad4fb007a8d8866f5 (patch)
tree4d39b40830fd671bbf4f4effa5a54c1e7d8db410 /util/epist/yacc_parser.hh
parentb1223a2acc196ec96f208229b877d37f36c9887c (diff)
uber patch.
Added configuration options. Added workspace grid changing. Added keychain timeouts. Fixed some whitespace.
Diffstat (limited to 'util/epist/yacc_parser.hh')
-rw-r--r--util/epist/yacc_parser.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/yacc_parser.hh b/util/epist/yacc_parser.hh
index 0b59a6f3..bca19081 100644
--- a/util/epist/yacc_parser.hh
+++ b/util/epist/yacc_parser.hh
@@ -3,7 +3,6 @@
# ifndef YYSTYPE
# define YYSTYPE int
-# define YYSTYPE_IS_TRIVIAL 1
# endif
# define OBRACE 257
# define EBRACE 258
@@ -13,6 +12,7 @@
# define QUOTES 262
# define WORD 263
# define BINDING 264
+# define OPTIONS 265
extern YYSTYPE yylval;