diff options
Diffstat (limited to 'misc/estic/files/patch-ae')
-rw-r--r-- | misc/estic/files/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/estic/files/patch-ae b/misc/estic/files/patch-ae deleted file mode 100644 index 862a176ccc34..000000000000 --- a/misc/estic/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- spunk/coll.h.orig Sat Feb 26 17:44:32 2000 -+++ spunk/coll.h Sat Feb 26 17:45:58 2000 -@@ -33,8 +33,8 @@ - - - --static const coIndexError = 1; // Index out of range --static const coOverflowError = 2; // Collection overflow -+static const int coIndexError = 1; // Index out of range -+static const int coOverflowError = 2; // Collection overflow - - - |