Author: twerner Date: 2009-01-15 19:52:26 +0000 (Thu, 15 Jan 2009) New Revision: 7829
Modified: trunk/antlr/debian/patches/gcc.diff Log: actually update the patch file Modified: trunk/antlr/debian/patches/gcc.diff =================================================================== --- trunk/antlr/debian/patches/gcc.diff 2009-01-15 19:51:31 UTC (rev 7828) +++ trunk/antlr/debian/patches/gcc.diff 2009-01-15 19:52:26 UTC (rev 7829) @@ -1,9 +1,12 @@ ---- antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp 2006-11-01 22:37:17.000000000 +0100 -+++ antlr-2.7.7-new/lib/cpp/antlr/CharScanner.hpp 2009-01-15 20:12:28.000000000 +0100 -@@ -17,6 +17,7 @@ +Index: antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp +=================================================================== +--- antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp 2006-11-01 22:37:17.000000000 +0100 ++++ antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp 2009-01-15 20:47:53.000000000 +0100 +@@ -17,6 +17,8 @@ #else #include <cctype> #endif ++#include <cstdio> +#include <cstring> #if ( _MSC_VER == 1200 ) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

