add missing language specific preprocessor define where missing for some languages
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11017 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cc522323d7
commit
d2f69e6a34
6 changed files with 8 additions and 6 deletions
|
|
@ -1520,6 +1520,7 @@ extern "C" Language *swig_allegrocl(void) {
|
|||
void ALLEGROCL::main(int argc, char *argv[]) {
|
||||
int i;
|
||||
|
||||
Preprocessor_define("SWIGALLEGROCL 1", 0);
|
||||
SWIG_library_directory("allegrocl");
|
||||
SWIG_config_file("allegrocl.swg");
|
||||
|
||||
|
|
@ -1576,8 +1577,6 @@ void ALLEGROCL::main(int argc, char *argv[]) {
|
|||
|
||||
}
|
||||
|
||||
Preprocessor_define("SWIGALLEGROCL 1", 0);
|
||||
|
||||
allow_overloading();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue