summaryrefslogtreecommitdiff
path: root/net/twinkle/files/patch-src-parser_parser.yxx
blob: e59c7a67aa4db233b3cf4da7dffbc062d70d2fef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/parser/parser.yxx	2007-11-11 13:43:28.000000000 -0500
+++ src/parser/parser.yxx	2007-11-11 13:44:00.000000000 -0500
@@ -48,7 +48,7 @@
 
 %union {
 	int			yyt_int;
-	ulong			yyt_ulong;
+	u_long			yyt_ulong;
 	float			yyt_float;
 	string			*yyt_str;
 	t_parameter		*yyt_param;