X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcasl2.h;fp=include%2Fcasl2.h;h=9a2fc073161ff9ba3a933d848141200210c8bc67;hp=23607fd90c06443aa0aac9057f967d8be5802bd7;hb=2b0ff8e75f11c5fb58e16e95d8195d6f1252c97c;hpb=e24285f0509319319aef28a188b7c01ba7e22bf1 diff --git a/include/casl2.h b/include/casl2.h index 23607fd..9a2fc07 100644 --- a/include/casl2.h +++ b/include/casl2.h @@ -95,6 +95,7 @@ typedef struct _CMDCODETAB { extern CMDCODETAB **cmdtype_code; extern CMDCODETAB **code_type; +extern int cmdtabsize; /* 命令と命令タイプがキーのハッシュ表を作成する */ bool create_cmdtype_code();