aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorDetlef Riekenberg <tcc.dev@web.de>2010-04-05 12:43:51 +0200
committerDetlef Riekenberg <tcc.dev@web.de>2010-04-05 12:43:51 +0200
commit558258a3012968e27126c36792bb8161290d61f4 (patch)
tree27939436d95dad3bd3993f3fd628e07cc0eb994c /tcctok.h
parent6825c5db7204ce7dafba53da03b34e04d4b70a2b (diff)
downloadtinycc-558258a3012968e27126c36792bb8161290d61f4.tar.gz
tinycc-558258a3012968e27126c36792bb8161290d61f4.tar.bz2
tccasm: Detect (but ignore) .size directive
-- By by ... Detlef
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index 8d5d748..7846b4e 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -252,6 +252,7 @@
DEF_ASM(file)
DEF_ASM(globl)
DEF_ASM(global)
+ DEF_ASM(size)
DEF_ASM(type)
DEF_ASM(text)
DEF_ASM(data)