From c9725fb85b442f5229246e7b4e1c53e913dbbb90 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 17 Dec 1999 08:18:04 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'. --- net/irrtoolset/files/patch-ae | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/irrtoolset/files/patch-ae (limited to 'net/irrtoolset/files/patch-ae') diff --git a/net/irrtoolset/files/patch-ae b/net/irrtoolset/files/patch-ae deleted file mode 100644 index 8c3005236be0..000000000000 --- a/net/irrtoolset/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- src/peval/xx_lexer.y.orig Sat Nov 27 18:18:56 1999 -+++ src/peval/xx_lexer.y Sat Nov 27 18:19:07 1999 -@@ -94,7 +94,7 @@ - NULL, ERROR_TKN - }; - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); -- cgit v1.2.3