diff options
author | Sven Gothel <[email protected]> | 2014-06-18 03:55:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-18 03:55:00 +0200 |
commit | 23a9866f73dd69f1b4ae095c8b0721045f8c40d6 (patch) | |
tree | 9d5dd629591e128a3a4869936ca5b4879606b10f /make/config/cl-impl.cfg | |
parent | b378d9ceb20016eeadc536682a08df9acc67aee6 (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/cl-impl.cfg')
-rw-r--r-- | make/config/cl-impl.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/cl-impl.cfg b/make/config/cl-impl.cfg index 4444b267..7019a56d 100644 --- a/make/config/cl-impl.cfg +++ b/make/config/cl-impl.cfg @@ -93,6 +93,6 @@ ForceProcAddressGen clEnqueueMapImage #include custom code IncludeAs CustomJavaCode CLAbstractImpl clImplCustomCode.java -ManualStaticInit CLAbstractImpl +ManualStaticInitCall CLAbstractImpl IncludeAs CustomCCode clImplCustomCode.c |