X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Ftoken.h;h=6e152a4961d0a1d6677966b2a14e4db6ba2c8927;hp=0c90936de43c3fb55b787c073b9106aa22f883a5;hb=7afcf780cbc7d4f2834b9ca42cca1b3754621960;hpb=4f0fb4945a97e5fc4d23814226b08709469513fa diff --git a/include/token.h b/include/token.h index 0c90936..6e152a4 100644 --- a/include/token.h +++ b/include/token.h @@ -1,5 +1,5 @@ -#ifndef TOKEN_INCLUDE -#define TOKEN_INCLUDE +#ifndef YACASL2_TOKEN_INCLUDE +#define YACASL2_TOKEN_INCLUDE #include #include @@ -60,4 +60,4 @@ void addcerrlist_tok(); */ CMDLINE *linetok(const char *line); -#endif /* end of TOKEN_INCLUDE */ +#endif