Revert "Add .pwn to the list of #include file extensions"

This reverts commit bf847442e90b0e61e1a396647f3fc432f133fe74.
This commit is contained in:
Zeex 2014-01-10 12:55:51 +07:00
parent 1bd6be93e0
commit 07802f741a

View File

@ -124,7 +124,7 @@ SC_FUNC void clearstk(void)
SC_FUNC int plungequalifiedfile(char *name)
{
static char *extensions[] = { ".inc", ".p", ".pawn", ".pwn" };
static char *extensions[] = { ".inc", ".p", ".pawn" };
FILE *fp;
char *ext;
int ext_idx;