freebsd-ports/math/simpack/files/patch-ag
Chris Piazza ecb784b428 Unbreak for NEWGCC
PR:		16255
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-22 03:23:29 +00:00

17 lines
413 B
Text

patch-ag
--- func/event/include/token.h.old Fri Jan 21 15:53:54 2000
+++ func/event/include/token.h Fri Jan 21 15:54:10 2000
@@ -9,9 +9,9 @@
****************************************************************************/
// symbolic name
-const AUTO = -1;
-const MAX_NUM_RATTR = 5;
-const MAX_NUM_IATTR = 3;
+const int AUTO = -1;
+const int MAX_NUM_RATTR = 5;
+const int MAX_NUM_IATTR = 3;
class Token
{