- rename and merge patches

(for better CVS tracking of next updates)
This commit is contained in:
Dirk Meyer 2005-09-06 08:38:32 +00:00
parent 86c4400d2b
commit 0ccc29e81c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142066
27 changed files with 13 additions and 13 deletions

View file

@ -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

View file

@ -1,3 +1,16 @@
--- 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
--- spunk/coll.h.orig Thu Dec 23 20:58:57 2004 --- spunk/coll.h.orig Thu Dec 23 20:58:57 2004
+++ spunk/coll.h Thu Dec 23 20:50:11 2004 +++ spunk/coll.h Thu Dec 23 20:50:11 2004
@@ -418,15 +418,15 @@ @@ -418,15 +418,15 @@