aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorDetlef Riekenberg <tcc.dev@web.de>2010-04-05 12:19:49 +0200
committerDetlef Riekenberg <tcc.dev@web.de>2010-04-05 12:19:49 +0200
commit9ff7a0bc98867e8749de2622b65e9a07eb0749a8 (patch)
treef4752f86948a9a7e49f8e44276e5c2107c7e1239 /tcctok.h
parent197a6acb30940068d1dc3d0fa53c9f0863309885 (diff)
downloadtinycc-9ff7a0bc98867e8749de2622b65e9a07eb0749a8.tar.gz
tinycc-9ff7a0bc98867e8749de2622b65e9a07eb0749a8.tar.bz2
tccasm: Detect (but ignore) the .file directive
Some patches, to allow tcc to compile asm sources generated by gcc and help tcc with the autoconf stuff used in Wine ( http://source.winehq.org/git/wine.git/ ) -- 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 a69f6f9..f512871 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -249,6 +249,7 @@
DEF_ASM(string)
DEF_ASM(asciz)
DEF_ASM(ascii)
+ DEF_ASM(file)
DEF_ASM(globl)
DEF_ASM(global)
DEF_ASM(text)