9 lines
87 B
OpenEdge ABL
9 lines
87 B
OpenEdge ABL
|
|
%module jsupm_flex
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "flex.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "flex.h"
|