summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@glug.org>2000-08-31 17:43:42 +0000
committerThien-Thi Nguyen <ttn@glug.org>2000-08-31 17:43:42 +0000
commit09278801cb4c91113be99e63b498af455c16e87b (patch)
tree71f9c10d10bc5063f3c7aa5e2f9086ca14267b44
parent4960338534f46fff02102e78af93849d3fce52e0 (diff)
downloadswig-09278801cb4c91113be99e63b498af455c16e87b.tar.gz
Comment. No functional change.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@758 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Source/SWIG1.1/swig11.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SWIG1.1/swig11.h b/Source/SWIG1.1/swig11.h
index 62c80ff28..7aaa9bede 100644
--- a/Source/SWIG1.1/swig11.h
+++ b/Source/SWIG1.1/swig11.h
@@ -262,7 +262,8 @@ extern "C" {
extern int emit_args(SwigType *, ParmList *, Wrapper *f);
extern void emit_func_call(char *, SwigType *, ParmList *, Wrapper *f);
-extern void SWIG_exit(int);
+extern void SWIG_exit(int); /* use EXIT_{SUCCESS,FAILURE} */
extern int check_numopt(ParmList *);
extern void SWIG_config_file(const String_or_char *);
+/* swig11.h ends here */