diff options
author | Sven Gothel <[email protected]> | 2014-06-18 03:48:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-18 03:48:11 +0200 |
commit | 21cd5206625aaa8914e53bdfaab8e7ae4e497a08 (patch) | |
tree | b45c751e459fadc694053ba7ddd39dd4a4562043 /make/config/joal-alext.cfg | |
parent | 05d236515d37561a66b1e239984916e95a193cc8 (diff) |
Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension)
- initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer
Diffstat (limited to 'make/config/joal-alext.cfg')
-rw-r--r-- | make/config/joal-alext.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/joal-alext.cfg b/make/config/joal-alext.cfg index a775c4b..80e7ccc 100644 --- a/make/config/joal-alext.cfg +++ b/make/config/joal-alext.cfg @@ -39,7 +39,7 @@ Ignore ^AL_.+ Ignore ^ALC_.+ IncludeAs CustomJavaCode ALExtAbstractImpl joal-alextabstract-CustomJavaCode.java -ManualStaticInit ALExtAbstractImpl +ManualStaticInitCall ALExtAbstractImpl # These routines use or return strings ArgumentIsString alcLoopbackOpenDeviceSOFT 0 |