summaryrefslogtreecommitdiff
path: root/src/parser/Makefile.antlr_tracing
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/Makefile.antlr_tracing')
-rw-r--r--src/parser/Makefile.antlr_tracing3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser/Makefile.antlr_tracing b/src/parser/Makefile.antlr_tracing
index 087554c52..fa79337b4 100644
--- a/src/parser/Makefile.antlr_tracing
+++ b/src/parser/Makefile.antlr_tracing
@@ -3,7 +3,8 @@
# This makefile is included from parser directories in order to
# do antlr tracing. THIS IS VERY MUCH A HACK, and is only enabled
# if CVC4_TRACE_ANTLR is defined (and not 0). In ANTLR 3.2, we
-# have to #define
+# have to #define "println" and "System," etc., because the
+# generator erroneously puts Java in C output!
#
ifeq ($(CVC4_TRACE_ANTLR),)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback