X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fassemble.h;h=3ab7a86b0ae11cd546266afa1407788e142ab2ca;hb=1866f147802418826c9386c755a9d6ba1d5cff89;hp=e5c1427c33f49bdd44c0443bffd864dc67d7fb91;hpb=c05521d55d919d1707576f3dec6aa21ecd4cf5e1;p=YACASL2.git diff --git a/include/assemble.h b/include/assemble.h index e5c1427..3ab7a86 100644 --- a/include/assemble.h +++ b/include/assemble.h @@ -1,5 +1,5 @@ -#ifndef YACASL2_ASSEMBLE_INCLUDED -#define YACASL2_ASSEMBLE_INCLUDED +#ifndef YACASL2_ASSEMBLE_H_INCLUDED +#define YACASL2_ASSEMBLE_H_INCLUDED #include #include @@ -155,4 +155,4 @@ bool assemble(int filec, char *filev[], WORD adr); */ void outassemble(const char *file); -#endif /* YACASL2_ASSEMBLE_INCLUDEDの終端 */ +#endif