Revert "Add .pwn to the list of #include file extensions"
This reverts commit bf847442e90b0e61e1a396647f3fc432f133fe74.
This commit is contained in:
parent
1bd6be93e0
commit
07802f741a
@ -124,7 +124,7 @@ SC_FUNC void clearstk(void)
|
|||||||
|
|
||||||
SC_FUNC int plungequalifiedfile(char *name)
|
SC_FUNC int plungequalifiedfile(char *name)
|
||||||
{
|
{
|
||||||
static char *extensions[] = { ".inc", ".p", ".pawn", ".pwn" };
|
static char *extensions[] = { ".inc", ".p", ".pawn" };
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
char *ext;
|
char *ext;
|
||||||
int ext_idx;
|
int ext_idx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user