diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9433213 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.c ident diff --git a/fd2pragma.c b/fd2pragma.c index ecc13f6..74b3a71 100644 --- a/fd2pragma.c +++ b/fd2pragma.c @@ -1835,7 +1835,7 @@ static const strptr Keywords[] = 0 }; -#if !defined __SASC && !defined __AROS__ && !defined _WIN32 +#if !defined __SASC && !defined __AROS__ && !defined _WIN32 && !defined __MORPHOS__ static int stricmp(const char *a, const char *b) { while(*a && tolower(*a) == tolower(*b)) diff --git a/fd2pragma.guide.info b/fd2pragma.guide.info index e09eff4..728aec5 100644 Binary files a/fd2pragma.guide.info and b/fd2pragma.guide.info differ