123456789101112 |
- $Id$
- --- ipsec-tools-0.6.4.orig/src/racoon/cftoken.l 2005-11-06 18:18:26.000000000 +0100
- +++ ipsec-tools-0.6.4/src/racoon/cftoken.l 2007-06-28 16:58:31.000000000 +0200
- @@ -105,6 +105,8 @@ static struct include_stack {
- static int incstackp = 0;
-
- static int yy_first_time = 1;
- +
- +int yywrap(void) { return 1; }
- %}
-
- /* common seciton */
|