zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #03325
[Merge] lp:~paul-lucas/zorba/bug-912127 into lp:zorba
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-912127 into lp:zorba.
Requested reviews:
Paul J. Lucas (paul-lucas)
Matthias Brantner (matthias-brantner)
Related bugs:
Bug #912127 in Zorba: "Missing #ifndef ZORBA_NO_FULL_TEXT"
https://bugs.launchpad.net/zorba/+bug/912127
For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-912127/+merge/87570
Added missing #ifndef ZORBA_NO_FULL_TEXT.
--
https://code.launchpad.net/~paul-lucas/zorba/bug-912127/+merge/87570
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/rewriter/rules/nodeid_rules.cpp'
--- src/compiler/rewriter/rules/nodeid_rules.cpp 2012-01-03 12:10:06 +0000
+++ src/compiler/rewriter/rules/nodeid_rules.cpp 2012-01-05 05:32:28 +0000
@@ -1253,7 +1253,9 @@
case while_expr_kind:
case flowctl_expr_kind:
case exit_expr_kind:
+#ifndef ZORBA_NO_FULL_TEXT
case ft_expr_kind:
+#endif
default:
ZORBA_ASSERT(false);
}
Follow ups