git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11677 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
108 B
OpenEdge ABL
6 lines
108 B
OpenEdge ABL
%module preproc_constants_c
|
|
|
|
%define true 1 %enddef
|
|
%define false 0 %enddef
|
|
|
|
%include "preproc_constants.i"
|