Power10 bit manipulation operations
[deliverable/binutils-gdb.git] / gas / config / bfin-lex.l
index cb184699ed16cd489d0b618825364e91ecb702b6..6837f0d8c8ead0e80d106e08dd2456fa5671c19b 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-2020 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.024407 seconds and 4 git commands to generate.