summaryrefslogtreecommitdiff
path: root/Lib/octave/cmalloc.i
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-06-02 03:02:47 +0200
committerKarl Wette <karl.wette@gmail.com>2014-10-04 19:18:32 +0200
commitbf12d76d037dddb68c294cd77c3ad1f6b6d2e985 (patch)
treecf2b6c2bc46556d8b6c5b34d22cf988bc0d42729 /Lib/octave/cmalloc.i
parent6c04378e20ee20cbadca7c3d887941e270990faf (diff)
downloadswig-bf12d76d037dddb68c294cd77c3ad1f6b6d2e985.tar.gz
Octave: cleanup/restructure library files
- Restructure runtime code into declarations, function and class definitions, and initialisation code - Rename internal functions/types to follow SWIG_Octave... or SwigOct... naming styles - Style/comment/whitespace cleanups
Diffstat (limited to 'Lib/octave/cmalloc.i')
-rw-r--r--Lib/octave/cmalloc.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/octave/cmalloc.i b/Lib/octave/cmalloc.i
index 248f06b96..e8b5929b7 100644
--- a/Lib/octave/cmalloc.i
+++ b/Lib/octave/cmalloc.i
@@ -1 +1,5 @@
+//
+// cmalloc.i - Object creation using C malloc()
+//
+
%include <typemaps/cmalloc.swg>