Set PYTHONMALLOC in the test suite
[binutils-gdb.git] / binutils / syslex.l
index 7fcc714fc0884473d0e40af26b96ee4eca964af4..595e9b850656addd6fae0cd6aefeb3af757bf001 100644 (file)
@@ -1,7 +1,7 @@
 %option noinput nounput noyywrap
 
 %{
-/* Copyright (C) 2001-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2023 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