Fix Appveyor build: lib/com_err
This commit is contained in:

committed by
Viktor Dukhovni

parent
4a9591af92
commit
715cb46de6
@@ -1,6 +1,6 @@
|
|||||||
%{
|
%{
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan
|
* Copyright (c) 1998 - 2017 Kungliga Tekniska Högskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -73,13 +73,11 @@ end { return END; }
|
|||||||
. { return *yytext; }
|
. { return *yytext; }
|
||||||
%%
|
%%
|
||||||
|
|
||||||
#ifndef yywrap /* XXX */
|
|
||||||
int
|
int
|
||||||
yywrap ()
|
yywrap ()
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
getstring(void)
|
getstring(void)
|
||||||
|
Reference in New Issue
Block a user