x86: consolidate Disp<NN> handling a little
[deliverable/binutils-gdb.git] / gas / config / bfin-lex.l
index cb184699ed16cd489d0b618825364e91ecb702b6..1fd759a86e0df14614f61e459850239fd5e9b631 100644 (file)
@@ -1,5 +1,7 @@
+%option noyywrap
+
 /* bfin-lex.l  ADI Blackfin lexer
-   Copyright (C) 2005-2016 Free Software Foundation, Inc.
+   Copyright (C) 2005-2019 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -545,12 +547,3 @@ set_start_state (void)
 {
   BEGIN KEYWORD;
 }
-
-
-#ifndef yywrap
-int
-yywrap ()
-{
-  return 1;
-}
-#endif
This page took 0.024029 seconds and 4 git commands to generate.