命令ハッシュ表周辺の調整
[YACASL2.git] / include / casl2.h
index 23607fd..9a2fc07 100644 (file)
@@ -95,6 +95,7 @@ typedef struct _CMDCODETAB {
 
 extern CMDCODETAB **cmdtype_code;
 extern CMDCODETAB **code_type;
+extern int cmdtabsize;
 
 /* 命令と命令タイプがキーのハッシュ表を作成する */
 bool create_cmdtype_code();