X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fassemble.h;h=3ab7a86b0ae11cd546266afa1407788e142ab2ca;hp=e5c1427c33f49bdd44c0443bffd864dc67d7fb91;hb=7afcf780cbc7d4f2834b9ca42cca1b3754621960;hpb=4f0fb4945a97e5fc4d23814226b08709469513fa 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