mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ecb784b428
PR: 16255 Submitted by: Alexander Langer <alex@cichlids.com>
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
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
|
|
{
|