Changeset: 25dc61a79ecb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25dc61a79ecb
Modified Files:
        configure.ag
Branch: default
Log Message:

configure: don't define YYLTYPE_IS_TRIVIAL

Apparently, at some point in time, we needed to mess with bison's
internal defines.  It seems not to be necessary to allow successful
compilation at the moment, and in fact, it hampers my JAQL development
since the value gets redefined by bison itself.

Remove YYLTYPE_IS_TRIVIAL define.  Perhaps YYENABLE_NLS should go as
well.


diffs (11 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1392,7 +1392,6 @@ AM_CONDITIONAL(HAVE_RUBYGEM, test x"$hav
 
 AC_PROG_YACC
 AC_DEFINE(YYENABLE_NLS, 0, [Needed to compile bison-generated code.])
-AC_DEFINE(YYLTYPE_IS_TRIVIAL, 0, [Needed to compile bison-generated code.])
 case "$YACC" in
        bison*)  YACC="$YACC"  ;;
        *)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to