diff options
author | Xerxes Rånby <[email protected]> | 2013-01-30 20:05:10 +0100 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2013-01-30 20:05:10 +0100 |
commit | d4ab4501c0928b372ee714bca51633dcf23adec2 (patch) | |
tree | 0f33984a97d521642cd729d8d28d3014db406bf2 /make | |
parent | 42fad3438ff3b7acb81941eef0e3705bb84daac3 (diff) |
Fix missing Opaque boolean ALboolean in make/joal-alext.cfg
ALboolean gor mapped to a byte now fixed to return a boolean.
Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'make')
-rw-r--r-- | make/joal-alext.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/joal-alext.cfg b/make/joal-alext.cfg index 4798f31..826f73e 100644 --- a/make/joal-alext.cfg +++ b/make/joal-alext.cfg @@ -26,6 +26,7 @@ IncludeAs CustomJavaCode ALExtAbstractImpl joal-alextabstract-CustomJavaCode.jav # Mappings for data types Opaque boolean ALCboolean +Opaque boolean ALboolean # These routines use or return strings ArgumentIsString alcLoopbackOpenDeviceSOFT 0 |