diff options
Diffstat (limited to 'net/ratoolset/files/patch-ag')
-rw-r--r-- | net/ratoolset/files/patch-ag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ratoolset/files/patch-ag b/net/ratoolset/files/patch-ag deleted file mode 100644 index f5519df2a198..000000000000 --- a/net/ratoolset/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dbase/irr_lexer.y.orig Sat Nov 27 18:22:22 1999 -+++ src/dbase/irr_lexer.y Sat Nov 27 18:22:44 1999 -@@ -73,7 +73,7 @@ - - #include <cctype> - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); |