From 6825c5db7204ce7dafba53da03b34e04d4b70a2b Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Mon, 5 Apr 2010 12:31:45 +0200 Subject: tccasm: Support .type directive (only name,@function) -- By by ... Detlef --- tcctok.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index f512871..8d5d748 100644 --- a/tcctok.h +++ b/tcctok.h @@ -252,6 +252,7 @@ DEF_ASM(file) DEF_ASM(globl) DEF_ASM(global) + DEF_ASM(type) DEF_ASM(text) DEF_ASM(data) DEF_ASM(bss) -- cgit v1.3.1