aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-02-04 14:33:38 -0800
committerJoe Soroka <gits@joesoroka.com>2011-02-04 14:33:38 -0800
commitb0c50fbd4d9e7102e4ffefc5dfa12198e639b213 (patch)
tree99ee50a0cff7baa35daae66f2da737b5d2902046 /tcc-doc.texi
parent2775173d4db9e4767fdf9d831aade99541266bd9 (diff)
downloadtinycc-b0c50fbd4d9e7102e4ffefc5dfa12198e639b213.tar.gz
tinycc-b0c50fbd4d9e7102e4ffefc5dfa12198e639b213.tar.bz2
update VT_STRUCT_SHIFT for new VT_VLA
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index 9b61795..ff18c3e 100644
--- a/tcc-doc.texi
+++ b/tcc-doc.texi
@@ -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