2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
[binutils-gdb.git] / gas / itbl-parse.y
index 7966ee8fe1b5a21387bc17ec751135dea70d15f2..9a0b7c3ccbd0e03f27078f521da9e2ac205399e6 100644 (file)
@@ -1,5 +1,5 @@
 /* itbl-parse.y
-   Copyright (C) 1997  Free Software Foundation, Inc.
+   Copyright 1997 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -321,6 +321,7 @@ entry:
            insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
          }
        fieldspecs NL
+         {}
        | NL
        | error NL
        ;