Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / syslex.l
index 0b99b1a7eb180f23a0e857f454fd70beb8773507..836a64cf93b7f39c4b0a87da55aca91e66b9438a 100644 (file)
@@ -1,7 +1,7 @@
 %option noinput nounput
 
 %{
-/* Copyright (C) 2001-2014 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.025644 seconds and 4 git commands to generate.