Changeset: 312a3d677fd1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=312a3d677fd1 Modified Files: buildtools/Mx/Code.c Branch: Jun2010 Log Message:
don't print #line directives for MAL scripts MAL scripts aren't compiled or something, and end up as-is in the distribution, leaving useless references to the builder's filesystem and files. diffs (11 lines): diff -r 9caec8c99f0f -r 312a3d677fd1 buildtools/Mx/Code.c --- a/buildtools/Mx/Code.c Fri May 28 09:16:32 2010 +0200 +++ b/buildtools/Mx/Code.c Fri May 28 13:05:21 2010 +0200 @@ -375,6 +375,7 @@ case Clex: case CCyacc: case CClex: + case MALcode: break; case Haskell: _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list