Workaround gdbserver<7.7 for setfs
[deliverable/binutils-gdb.git] / binutils / syslex.l
index 886e859a0d9384e491e663c3839b40c26b1a501b..836a64cf93b7f39c4b0a87da55aca91e66b9438a 100644 (file)
@@ -1,7 +1,7 @@
 %option noinput nounput
 
 %{
-/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -48,7 +48,7 @@ extern int yylex (void);
 "[" { return '[';}
 "]" { return ']';}
 " " { ; }
-";".* { ; } 
+";".* { ; }
 "\t" { ; }
 "\n" { ; }
 "\""[^\"]*"\"" {
This page took 0.023584 seconds and 4 git commands to generate.