1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/simpack/files/patch-ag

18 lines
413 B
Plaintext
Raw Normal View History

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
{