diff options
| author | Detlef Riekenberg <tcc.dev@web.de> | 2010-04-05 12:43:51 +0200 |
|---|---|---|
| committer | Detlef Riekenberg <tcc.dev@web.de> | 2010-04-05 12:43:51 +0200 |
| commit | 558258a3012968e27126c36792bb8161290d61f4 (patch) | |
| tree | 27939436d95dad3bd3993f3fd628e07cc0eb994c /tcctok.h | |
| parent | 6825c5db7204ce7dafba53da03b34e04d4b70a2b (diff) | |
| download | tinycc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
