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