aafefd160c
- Add new libxml2 dependency - Add USE_PERL5. It fixes a problem with all FreeBSD versions [1] - Add pkg-message file Reported by: pav [1]
11 lines
283 B
Text
11 lines
283 B
Text
--- 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;
|