summaryrefslogtreecommitdiff
path: root/Lib/swiglabels.swg
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-11-26 09:28:20 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-11-26 09:28:20 +0000
commitcfdad249937a030cf035bb3509278f29a44191ea (patch)
tree46389a9f7a07dbd265dd1e21ccb38cefe7fb2d3b /Lib/swiglabels.swg
parent55a48adb5bd5053ee995637a6b6f65efbc0446d0 (diff)
downloadswig-cfdad249937a030cf035bb3509278f29a44191ea.tar.gz
Use the system angle brackets for %include
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/swiglabels.swg')
-rw-r--r--Lib/swiglabels.swg15
1 files changed, 0 insertions, 15 deletions
diff --git a/Lib/swiglabels.swg b/Lib/swiglabels.swg
index 4dee3cd2a..aa1f8b849 100644
--- a/Lib/swiglabels.swg
+++ b/Lib/swiglabels.swg
@@ -68,18 +68,3 @@
# endif
#endif
-
-/*
- Use this label for initialize a static pointer, as in
-
- int a;
- int b;
- static PyObject *SWIG_SATIC_POINTER(MyVar) = NewSomething(..);
- ...
-
-*/
-#ifdef __cplusplus
-#define SWIG_STATIC_POINTER(var) var
-#else
-#define SWIG_STATIC_POINTER(var) var = 0; if (!var) var
-#endif