summaryrefslogtreecommitdiff
path: root/math/simpack/files/patch-ag
blob: 2d867f7bd65efbbbf2ddd3e117c889729edd9b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
   {