Fix Appveyor build: lib/com_err

This commit is contained in:
Nicolas Williams
2017-05-26 14:23:57 -05:00
committed by Viktor Dukhovni
parent 4a9591af92
commit 715cb46de6

View File

@@ -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).
* All rights reserved.
*
@@ -73,13 +73,11 @@ end { return END; }
. { return *yytext; }
%%
#ifndef yywrap /* XXX */
int
yywrap ()
{
return 1;
}
#endif
static int
getstring(void)