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)