blob: 39eacb2dec83a9e7ecd657c05d4e2de82ccb040f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- openser-1.0.0-tls.orig/cfg.lex 2005-09-02 17:34:41.000000000 +0200
+++ openser-1.0.0-tls/cfg.lex 2006-01-05 01:34:50.279630928 +0100
@@ -85,6 +85,10 @@
static char* addstr(struct str_buf *, char*, int);
static void count();
+ int yywrap(void)
+ {
+ return 1;
+ }
%}
|