diff options
| author | Joe Soroka <gits@joesoroka.com> | 2011-02-04 14:33:38 -0800 |
|---|---|---|
| committer | Joe Soroka <gits@joesoroka.com> | 2011-02-04 14:33:38 -0800 |
| commit | b0c50fbd4d9e7102e4ffefc5dfa12198e639b213 (patch) | |
| tree | 99ee50a0cff7baa35daae66f2da737b5d2902046 /tcc.h | |
| parent | 2775173d4db9e4767fdf9d831aade99541266bd9 (diff) | |
| download | tinycc-b0c50fbd4d9e7102e4ffefc5dfa12198e639b213.tar.gz tinycc-b0c50fbd4d9e7102e4ffefc5dfa12198e639b213.tar.bz2 | |
update VT_STRUCT_SHIFT for new VT_VLA
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -632,7 +632,7 @@ struct TCCState { #define VT_EXPORT 0x00010000 /* win32: data exported from dll */ #define VT_WEAK 0x00020000 /* win32: data exported from dll */ -#define VT_STRUCT_SHIFT 17 /* shift for bitfield shift values */ +#define VT_STRUCT_SHIFT 18 /* shift for bitfield shift values */ /* type mask (except storage) */ #define VT_STORAGE (VT_EXTERN | VT_STATIC | VT_TYPEDEF | VT_INLINE | VT_IMPORT | VT_EXPORT | VT_WEAK) |
