summaryrefslogtreecommitdiffstats
path: root/source/aparser/templates/fn_i_end.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source/aparser/templates/fn_i_end.tpl')
-rw-r--r--source/aparser/templates/fn_i_end.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/aparser/templates/fn_i_end.tpl b/source/aparser/templates/fn_i_end.tpl
new file mode 100644
index 00000000000..9de61decb38
--- /dev/null
+++ b/source/aparser/templates/fn_i_end.tpl
@@ -0,0 +1,12 @@
+
+ /* the parse is OK */
+ return True;
+
+fail:
+ if (UNMARSHALLING(ps)) {
+ ZERO_STRUCTP(il);
+ }
+ return False;
+} /* @FUNCNAME@ */
+
+