This reverts commit bf12d76d03.
Reverting a series of Octave commits for re-applying again without
incorrect whitespace changes.
6 lines
181 B
OpenEdge ABL
6 lines
181 B
OpenEdge ABL
/* initial STL definition. extended as needed in each language */
|
|
%include <std_common.i>
|
|
%include <std_string.i>
|
|
%include <std_vector.i>
|
|
%include <std_map.i>
|
|
%include <std_pair.i>
|