diff options
Diffstat (limited to 'devel/doxygen/patches/patch-ad')
-rw-r--r-- | devel/doxygen/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/doxygen/patches/patch-ad b/devel/doxygen/patches/patch-ad new file mode 100644 index 00000000000..7748a183ec1 --- /dev/null +++ b/devel/doxygen/patches/patch-ad @@ -0,0 +1,11 @@ +$NetBSD: patch-ad,v 1.1 2002/01/14 17:18:04 wiz Exp $ + +--- src/scanner.l.orig Sun Aug 26 11:18:58 2001 ++++ src/scanner.l +@@ -4110,5 +4110,5 @@ + + //---------------------------------------------------------------------------- + extern "C" { // some bogus code to keep the compiler happy +- void scannerYYdummy() { yy_flex_realloc(0,0); } ++// void scannerYYdummy() { yy_flex_realloc(0,0); } + } |