diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
| commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
| tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /net/irrtoolset/files/patch-ae | |
| parent | ee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff) | |
Diffstat (limited to 'net/irrtoolset/files/patch-ae')
| -rw-r--r-- | net/irrtoolset/files/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
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); |
