sim: frv: fix up various missing prototype warnings
[binutils-gdb.git] / binutils / syslex.l
index 254f52e7f06a370873303eb2272232af0ce8790b..d376e3b1b3af45eee841b745ce565fd64b87bca6 100644 (file)
@@ -1,7 +1,7 @@
 %option noinput nounput noyywrap
 
 %{
-/* Copyright (C) 2001-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2021 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
 
 /* Note: config.h is #included via syslex_wrap.c.  */
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
-
 #include "sysinfo.h"
 
 #ifndef YY_NO_UNPUT