X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fcasl2.h;h=23607fd90c06443aa0aac9057f967d8be5802bd7;hb=e24285f0509319319aef28a188b7c01ba7e22bf1;hp=96363ea5ce2e2b219ba9020ab829b5f5c113bbe7;hpb=00d4ba02d732a0ff14c402bddc14c713c9b392d8;p=YACASL2.git diff --git a/include/casl2.h b/include/casl2.h index 96363ea..23607fd 100644 --- a/include/casl2.h +++ b/include/casl2.h @@ -93,8 +93,8 @@ typedef struct _CMDCODETAB { CMDCODEARRAY *cca; } CMDCODETAB; -extern CMDCODETAB *cmdtype_code[]; -extern CMDCODETAB *code_type[]; +extern CMDCODETAB **cmdtype_code; +extern CMDCODETAB **code_type; /* 命令と命令タイプがキーのハッシュ表を作成する */ bool create_cmdtype_code();