blob: c1343ce8a768ff3c0834e0ee1cfa4673d1512a44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-am,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
--- ../spunk/coll.h.orig Wed Dec 18 23:42:14 1996
+++ ../spunk/coll.h Sat Feb 10 18:38:35 2001
@@ -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
|