aboutsummaryrefslogtreecommitdiff
path: root/Lib/allegrocl/longlongs.i
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 00:35:17 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 00:35:17 +0000
commitc74b246a952e1856d18a90ee3b84606f41cc5690 (patch)
treec8e1359d6c26fea0f563c211eaf8eea0087fe74a /Lib/allegrocl/longlongs.i
parentaabbc6981876928ce14264a92311fb26ae1f0f68 (diff)
downloadswig-c74b246a952e1856d18a90ee3b84606f41cc5690.tar.gz
Common template for head of each file detailing licence, distribution and authors information
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8975 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/allegrocl/longlongs.i')
-rwxr-xr-xLib/allegrocl/longlongs.i19
1 files changed, 11 insertions, 8 deletions
diff --git a/Lib/allegrocl/longlongs.i b/Lib/allegrocl/longlongs.i
index 7c5da58bf..b887a8a0a 100755
--- a/Lib/allegrocl/longlongs.i
+++ b/Lib/allegrocl/longlongs.i
@@ -1,11 +1,14 @@
-/* longlongs.i
-
- Typemap addition for support of 'long long' type and 'unsigned long long
- Makes use of swig-def-foreign-class, so this header should be loaded
- after allegrocl.swg and after any custom user identifier-conversion
- functions have been defined.
-
-*/
+/* -----------------------------------------------------------------------------
+ * See the LICENSE file for information on copyright, usage and redistribution
+ * of SWIG, and the README file for authors - http://www.swig.org/release.html.
+ *
+ * longlongs.i
+ *
+ * Typemap addition for support of 'long long' type and 'unsigned long long
+ * Makes use of swig-def-foreign-class, so this header should be loaded
+ * after allegrocl.swg and after any custom user identifier-conversion
+ * functions have been defined.
+ * ----------------------------------------------------------------------------- */
%typemap(in) long long, unsigned long long "$1 = $input;";
%typemap(out) long long, unsigned long long "$result = &$1;";