summaryrefslogtreecommitdiff
path: root/source/aparser/templates/union_end.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source/aparser/templates/union_end.tpl')
-rw-r--r--source/aparser/templates/union_end.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/aparser/templates/union_end.tpl b/source/aparser/templates/union_end.tpl
new file mode 100644
index 00000000000..511adbcf602
--- /dev/null
+++ b/source/aparser/templates/union_end.tpl
@@ -0,0 +1,5 @@
+ default:
+ DEBUG(5,("No handler for case %d in @FUNCNAME@\n",
+ (int)il->@SWITCH@));
+ goto fail;
+ }