Add support for double type in pidl.
[ira/wip.git] / pidl / lib / Parse / Pidl / Typelist.pm
index 4f9d982c215fdade246b69a4ff2aefdbfa8e9341..e63b3c990f302271ccdcf78473243212d00f1207 100644 (file)
@@ -38,6 +38,7 @@ my %scalars = (
        "dlong"         => "int64_t",
        "udlong"        => "uint64_t",
        "udlongr"       => "uint64_t",
+       "double"        => "double",
        "pointer"       => "void*",
        "DATA_BLOB"     => "DATA_BLOB",
        "string"        => "const char *",