more to fix assumption that interfaces don't have the pointer bit set

This commit is contained in:
jband%netscape.com 1999-03-13 09:09:26 +00:00
Родитель 86620360ae
Коммит 7c7d649979
2 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -29,18 +29,18 @@
#define BASE_INDENT 3
static char *type_array[20] = {"int8", "int16", "int32", "int64",
static char *type_array[18] = {"int8", "int16", "int32", "int64",
"uint8", "uint16", "uint32", "uint64",
"float", "double", "boolean", "char",
"wchar_t", "void", "reserved", "reserved",
"reserved", "reserved", "Interface *",
"InterfaceIs *"};
"reserved", "reserved"};
static char *ptype_array[18] = {"int8 *", "int16 *", "int32 *", "int64 *",
static char *ptype_array[20] = {"int8 *", "int16 *", "int32 *", "int64 *",
"uint8 *", "uint16 *", "uint32 *", "uint64 *",
"float *", "double *", "boolean *", "char *",
"wchar_t *", "void *", "nsIID *", "bstr",
"string", "wstring"};
"string", "wstring", "Interface *",
"InterfaceIs *"};
PRBool param_problems = PR_FALSE;

Просмотреть файл

@ -29,18 +29,18 @@
#define BASE_INDENT 3
static char *type_array[20] = {"int8", "int16", "int32", "int64",
static char *type_array[18] = {"int8", "int16", "int32", "int64",
"uint8", "uint16", "uint32", "uint64",
"float", "double", "boolean", "char",
"wchar_t", "void", "reserved", "reserved",
"reserved", "reserved", "Interface *",
"InterfaceIs *"};
"reserved", "reserved"};
static char *ptype_array[18] = {"int8 *", "int16 *", "int32 *", "int64 *",
static char *ptype_array[20] = {"int8 *", "int16 *", "int32 *", "int64 *",
"uint8 *", "uint16 *", "uint32 *", "uint64 *",
"float *", "double *", "boolean *", "char *",
"wchar_t *", "void *", "nsIID *", "bstr",
"string", "wstring"};
"string", "wstring", "Interface *",
"InterfaceIs *"};
PRBool param_problems = PR_FALSE;