update VT_STRUCT_SHIFT for new VT_VLA

This commit is contained in:
Joe Soroka
2011-02-04 14:33:38 -08:00
parent 2775173d4d
commit b0c50fbd4d
2 changed files with 2 additions and 2 deletions

View File

@ -935,7 +935,7 @@ be the best solution.
#define VT_VOLATILE 0x0200 /* volatile modifier */
#define VT_SIGNED 0x0400 /* signed type */
#define VT_STRUCT_SHIFT 16 /* structure/enum name shift (16 bits left) */
#define VT_STRUCT_SHIFT 18 /* structure/enum name shift (14 bits left) */
@end example
When a reference to another type is needed (for pointers, functions and