Skip to content

Commit

Permalink
Fixed MorphOS support.
Browse files Browse the repository at this point in the history
  • Loading branch information
polluks committed Jun 3, 2019
1 parent 8da7123 commit d3cbea4
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 d3cbea4

Please sign in to comment.