summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.ypp
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-07-30 12:51:57 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-07-30 18:45:16 +0200
commitb580da2a2d2bce87a2528ecd05a3ed7dfb50a480 (patch)
tree3a480ffb8469e04195d9257c267e8458d4fca39f /crawl-ref/source/util/levcomp.ypp
parent43dba213523dc47b1ea8bb8b636a12e4ee146387 (diff)
downloadcrawl-ref-b580da2a2d2bce87a2528ecd05a3ed7dfb50a480.tar.gz
crawl-ref-b580da2a2d2bce87a2528ecd05a3ed7dfb50a480.zip
Fix a clang warning in the yaccage.
Diffstat (limited to 'crawl-ref/source/util/levcomp.ypp')
-rw-r--r--crawl-ref/source/util/levcomp.ypp2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/util/levcomp.ypp b/crawl-ref/source/util/levcomp.ypp
index 952eb22ed2..0bc3391be4 100644
--- a/crawl-ref/source/util/levcomp.ypp
+++ b/crawl-ref/source/util/levcomp.ypp
@@ -11,6 +11,8 @@
#include "stuff.h"
#define YYERROR_VERBOSE 1
+#define YYENABLE_NLS 0
+#define YYLTYPE_IS_TRIVIAL 0
int yylex();