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

committed by
Viktor Dukhovni

parent
715cb46de6
commit
5a13323b68
@@ -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).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -274,13 +274,11 @@ WITH { return kw_WITH; }
|
|||||||
. { lex_error_message("Ignoring char(%c)\n", *yytext); }
|
. { lex_error_message("Ignoring char(%c)\n", *yytext); }
|
||||||
%%
|
%%
|
||||||
|
|
||||||
#ifndef yywrap /* XXX */
|
|
||||||
int
|
int
|
||||||
yywrap ()
|
yywrap ()
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
lex_error_message (const char *format, ...)
|
lex_error_message (const char *format, ...)
|
||||||
|
Reference in New Issue
Block a user