forked from Lainports/freebsd-ports
Twinkle is a soft phone for your voice over IP communcations using the SIP protocol. You can use it for direct IP phone to IP phone communication or in a network using a SIP proxy to route your calls. WWW: http://www.twinklephone.com/ Approved by: garga (mentor)
11 lines
261 B
Text
11 lines
261 B
Text
--- src/parser/parser.yxx Sat Apr 22 20:47:06 2006
|
|
+++ src/parser/parser.yxx Sat Apr 22 20:47:30 2006
|
|
@@ -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;
|