]> git.saurik.com Git - bison.git/blobdiff - data/java.m4
build: generalize etc/prefix-gnulib-mk
[bison.git] / data / java.m4
index 690d88588c64132d9c95fad0aa2055f39958ecaa..1b8666e4672b3dfc1e72c2eb21ba9419875ef7e9 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
 
 # Java language support for Bison
 
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -169,6 +169,13 @@ m4_define([b4_case], [  case $1:
   break;
     ])
 
   break;
     ])
 
+# b4_predicate_case(LABEL, CONDITIONS)
+# ------------------------------------
+m4_define([b4_predicate_case], [  case $1:
+     if (! ($2)) YYERROR;
+    break;
+    ])
+
 
 ## ---------------- ##
 ## Default values.  ##
 
 ## ---------------- ##
 ## Default values.  ##