From d4ab4501c0928b372ee714bca51633dcf23adec2 Mon Sep 17 00:00:00 2001 From: Xerxes Rånby Date: Wed, 30 Jan 2013 20:05:10 +0100 Subject: Fix missing Opaque boolean ALboolean in make/joal-alext.cfg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ALboolean gor mapped to a byte now fixed to return a boolean. Signed-off-by: Xerxes Rånby --- make/joal-alext.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'make') 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 -- cgit v1.2.3