Skip to content

Commit

Permalink
Merge pull request #5 from polluks/master
Browse files Browse the repository at this point in the history
Fixed MorphOS support.
  • Loading branch information
tboeckel authored Jun 4, 2019
2 parents 8da7123 + d3cbea4 commit 8c0f352
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.c ident
2 changes: 1 addition & 1 deletion fd2pragma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Binary file modified fd2pragma.guide.info
Binary file not shown.

0 comments on commit 8c0f352

Please sign in to comment.