X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fassemble.h;h=468f0826b21568f386ea5884ec8de2e195268982;hb=7df71a043cc3500a8180667a321f0165f3ed6b05;hp=92b7917c84bc8f67137e3269729206a65a4b239e;hpb=d9840e592d37c2f0c897cec60eda859b09c959e2;p=YACASL2.git diff --git a/include/assemble.h b/include/assemble.h index 92b7917..468f082 100644 --- a/include/assemble.h +++ b/include/assemble.h @@ -1,7 +1,16 @@ #ifndef YACASL2_ASSEMBLE_INCLUDED #define YACASL2_ASSEMBLE_INCLUDED +#include +#include +#include #include +#include +#include +#include +#include "cerr.h" +#include "cmem.h" +#include "hash.h" #include "struct.h" #include "word.h" @@ -65,7 +74,7 @@ typedef struct { */ typedef struct _LABELTAB { struct _LABELTAB *next; /**<リスト次項目へのポインタ */ - LABELARRAY *label; /**ラベル配列 */ + LABELARRAY *label; /**<ラベル配列 */ } LABELTAB; /**