diff options
author | Sven Gothel <sgothel@jausoft.com> | 2023-06-16 03:17:28 +0200 |
---|---|---|
committer | Sven Gothel <sgothel@jausoft.com> | 2023-06-16 03:17:28 +0200 |
commit | dc1424050e47cd239ad26c4f12fb3a0e4289d682 (patch) | |
tree | f357d7494b49e64ae154ab5aa3363d8ae2598933 /make/config/cl-impl-20.cfg | |
parent | 5e957ba84836011400d9664785797ba6bdef449c (diff) |
Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE
Diffstat (limited to 'make/config/cl-impl-20.cfg')
-rw-r--r-- | make/config/cl-impl-20.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/config/cl-impl-20.cfg b/make/config/cl-impl-20.cfg index d446da19..69a6e57f 100644 --- a/make/config/cl-impl-20.cfg +++ b/make/config/cl-impl-20.cfg @@ -112,7 +112,6 @@ ForceProcAddressGen clEnqueueMapImage #include custom code IncludeAs CustomJavaCode CLImpl20 clImplCustomCode20.java IncludeAs CustomJavaCode CLImpl20 clImplCustomCode.java -ManualStaticInitCall CLImpl20 IncludeAs CustomCCode clImplCustomCode.c IncludeAs CustomCCode clImplCustomCode20.c |