FFI: Add cdata object type.

This commit is contained in:
Mike Pall
2010-11-26 13:28:46 +01:00
parent 6290d6f5d0
commit 2fd1292955
7 changed files with 47 additions and 10 deletions

View File

@@ -134,6 +134,7 @@ local irtype_text = {
"pro",
"fun",
"t09",
"cdt",
"tab",
"udt",
"num",
@@ -155,6 +156,7 @@ local colortype_ansi = {
"%s",
"\027[1m%s\027[m",
"%s",
"\027[33m%s\027[m",
"\027[31m%s\027[m",
"\027[36m%s\027[m",
"\027[34m%s\027[m",