From 715cb46de647427b04b5367c9a93b57815833420 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 26 May 2017 14:23:57 -0500 Subject: [PATCH] Fix Appveyor build: lib/com_err --- lib/com_err/lex.l | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/com_err/lex.l b/lib/com_err/lex.l index eb39e0cfb..04a852205 100644 --- a/lib/com_err/lex.l +++ b/lib/com_err/lex.l @@ -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)