long double must not be exported as java double
authorMatthias Braun <matze@braunis.de>
Mon, 29 Nov 2010 18:01:48 +0000 (18:01 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 29 Nov 2010 18:01:48 +0000 (18:01 +0000)
[r28164]

wrappergen/write_jna.c

index 39ca1bb..6210b01 100644 (file)
@@ -83,7 +83,6 @@ static const char *get_atomic_type_string(const atomic_type_kind_t type)
        case ATOMIC_TYPE_ULONGLONG:   return "long";
        case ATOMIC_TYPE_FLOAT:       return "float";
        case ATOMIC_TYPE_DOUBLE:      return "double";
-       case ATOMIC_TYPE_LONG_DOUBLE: return "double";
        case ATOMIC_TYPE_BOOL:        return "boolean";
        default:                      panic("unsupported atomic type");
        }