diff options
Diffstat (limited to 'source3/aparser/templates/union_end.tpl')
-rw-r--r-- | source3/aparser/templates/union_end.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/aparser/templates/union_end.tpl b/source3/aparser/templates/union_end.tpl new file mode 100644 index 0000000000..511adbcf60 --- /dev/null +++ b/source3/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; + } |