summaryrefslogtreecommitdiff
path: root/Lib/swiginit.swg
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 22:02:54 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 22:02:54 +0000
commit797317163a7b226b1ec4b58c7454b3b429a2b1f7 (patch)
tree69bfa797fb5083e46e19a081723c3c0d4483f1dd /Lib/swiginit.swg
parent33cfa55484f46ebc9d7ee63cd264a42a10950791 (diff)
downloadswig-797317163a7b226b1ec4b58c7454b3b429a2b1f7.tar.gz
cosmetics
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8988 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/swiginit.swg')
-rw-r--r--Lib/swiginit.swg8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/swiginit.swg b/Lib/swiginit.swg
index a9cb7d117..e14ea7b7b 100644
--- a/Lib/swiginit.swg
+++ b/Lib/swiginit.swg
@@ -1,4 +1,4 @@
-/*************************************************************************
+/* -----------------------------------------------------------------------------
* Type initialization:
* This problem is tough by the requirement that no dynamic
* memory is used. Also, since swig_type_info structures store pointers to
@@ -10,7 +10,7 @@
* swig_module, and does all the lookup, filling in the swig_module.types
* array with the correct data and linking the correct swig_cast_info
* structures together.
-
+ *
* The generated swig_type_info structures are assigned staticly to an initial
* array. We just loop though that array, and handle each type individually.
* First we lookup if this type has been already loaded, and if so, use the
@@ -24,7 +24,7 @@
* we find the array of casts associated with the type, and loop through it
* adding the casts to the list. The one last trick we need to do is making
* sure the type pointer in the swig_cast_info struct is correct.
-
+ *
* First off, we lookup the cast->type name to see if it is already loaded.
* There are three cases to handle:
* 1) If the cast->type has already been loaded AND the type we are adding
@@ -37,7 +37,7 @@
* 3) Finally, if cast->type has not already been loaded, then we add that
* swig_cast_info to the linked list (because the cast->type) pointer will
* be correct.
-**/
+ * ----------------------------------------------------------------------------- */
#ifdef __cplusplus
extern "C" {