summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch')
-rw-r--r--dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch b/dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch
new file mode 100644
index 000000000000..7969a27da882
--- /dev/null
+++ b/dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch
@@ -0,0 +1,11 @@
+--- src/relaxngcc/builder/SwitchBlockInfo.java.orig 2015-08-13 01:20:52.344000000 +0000
++++ src/relaxngcc/builder/SwitchBlockInfo.java 2015-08-13 01:21:27.424000000 +0000
+@@ -66,8 +66,6 @@
+
+ if(prologue!=null) sv.add(prologue);
+
+- //elsecode, nullならerrorHandleMethodで閉じる
+-
+ CDBlock terminal = elsecode;
+ if(terminal==null && errorHandleMethod!=null)
+ terminal = new CDBlock(errorHandleMethod);