Supress error about types for default rule.

This commit is contained in:
steve 2007-04-26 00:50:54 +00:00
parent 1b551aaf94
commit 8bd9fc7128
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: parse.y,v 1.201.2.7 2007/03/23 23:22:57 steve Exp $" #ident "$Id: parse.y,v 1.201.2.8 2007/04/26 00:50:54 steve Exp $"
#endif #endif
# include "config.h" # include "config.h"
@ -1602,6 +1602,7 @@ module_item
begin/end. */ begin/end. */
| attribute_list_opt block_item_decl | attribute_list_opt block_item_decl
{ ; }
/* */ /* */