- source files and Makefiles need never be executable - scripts are run directly by their interpreters in the test suites, so also do not need to be executable
10 lines
291 B
OpenEdge ABL
10 lines
291 B
OpenEdge ABL
/* -----------------------------------------------------------------------------
|
|
* stl.i
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
%include <std_common.i>
|
|
%include <std_string.i>
|
|
%include <std_vector.i>
|
|
%include <std_map.i>
|
|
%include <std_pair.i>
|
|
|