summaryrefslogtreecommitdiff
path: root/Lib/octave/stl.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/stl.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/stl.i')
-rw-r--r--Lib/octave/stl.i5
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/octave/stl.i b/Lib/octave/stl.i
index b29f7d84d..83714cb8f 100644
--- a/Lib/octave/stl.i
+++ b/Lib/octave/stl.i
@@ -1,4 +1,7 @@
-/* initial STL definition. extended as needed in each language */
+//
+// stl.i - STL support
+//
+
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>