Fix Appveyor build: lib/asn1

This commit is contained in:
Nicolas Williams
2017-05-26 15:01:36 -05:00
committed by Viktor Dukhovni
parent 715cb46de6
commit 5a13323b68

View File

@@ -1,6 +1,6 @@
%{
/*
* Copyright (c) 1997 - 2005 Kungliga Tekniska Högskolan
* Copyright (c) 1997 - 2017 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -274,13 +274,11 @@ WITH { return kw_WITH; }
. { lex_error_message("Ignoring char(%c)\n", *yytext); }
%%
#ifndef yywrap /* XXX */
int
yywrap ()
{
return 1;
}
#endif
void
lex_error_message (const char *format, ...)