aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/clImplCustomCode.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-18 03:55:00 +0200
committerSven Gothel <[email protected]>2014-06-18 03:55:00 +0200
commit23a9866f73dd69f1b4ae095c8b0721045f8c40d6 (patch)
tree9d5dd629591e128a3a4869936ca5b4879606b10f /make/config/clImplCustomCode.java
parentb378d9ceb20016eeadc536682a08df9acc67aee6 (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/clImplCustomCode.java')
-rw-r--r--make/config/clImplCustomCode.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/clImplCustomCode.java b/make/config/clImplCustomCode.java
index f57995d..fc7d59e 100644
--- a/make/config/clImplCustomCode.java
+++ b/make/config/clImplCustomCode.java
@@ -19,9 +19,10 @@
return null;
}
addressTable.reset(bundle);
+ /** Not required nor forced
if( !initializeImpl() ) {
throw new RuntimeException("Initialization failure");
- }
+ } */
return bundle;
} } );
}