$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
 
 
 
