From 1308c6915d0c556b21c1eb66c3a872c315f55543 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 10 Feb 2011 04:28:37 +0000 Subject: remove obsolete patch since last update. --- emulators/spim/patches/patch-ae | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 emulators/spim/patches/patch-ae diff --git a/emulators/spim/patches/patch-ae b/emulators/spim/patches/patch-ae deleted file mode 100644 index 673bb0f3cc6..00000000000 --- a/emulators/spim/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2009/03/22 19:55:42 markd Exp $ - ---- CPU/scanner.l.orig 2006-08-29 14:23:17.000000000 +1200 -+++ CPU/scanner.l -@@ -309,7 +309,7 @@ initialize_scanner (FILE *in_file) - yyin = in_file; - #ifdef FLEX_SCANNER - yyrestart(in_file); --#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION==33) -+#if (YY_FLEX_MAJOR_VERSION==2 && YY_FLEX_MINOR_VERSION==5 && YY_FLEX_SUBMINOR_VERSION>=33) - /* flex 2.5.33 flips the polarity of this flag (sigh) */ - yy_init = 0; - #else -- cgit v1.2.3