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