From 21cd5206625aaa8914e53bdfaab8e7ae4e497a08 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 18 Jun 2014 03:48:11 +0200 Subject: 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 --- make/config/joal-alc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/config/joal-alc.cfg') diff --git a/make/config/joal-alc.cfg b/make/config/joal-alc.cfg index be27733..7858c46 100755 --- a/make/config/joal-alc.cfg +++ b/make/config/joal-alc.cfg @@ -42,7 +42,7 @@ ManuallyImplement alcGetString # going to wrap it in another method IncludeAs CustomJavaCode ALC joal-alc-CustomJavaCode.java IncludeAs CustomJavaCode ALCAbstractImpl joal-alcabstract-CustomJavaCode.java -ManualStaticInit ALCAbstractImpl +ManualStaticInitCall ALCAbstractImpl # These routines use strings ArgumentIsString alcIsExtensionPresent 1 -- cgit v1.2.3