From 07802f741ac0b12e8438244755d5fc68ec306199 Mon Sep 17 00:00:00 2001 From: Zeex Date: Fri, 10 Jan 2014 12:55:51 +0700 Subject: [PATCH] Revert "Add .pwn to the list of #include file extensions" This reverts commit bf847442e90b0e61e1a396647f3fc432f133fe74. --- source/compiler/sc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/sc2.c b/source/compiler/sc2.c index 56cbfb0..0fec620 100644 --- a/source/compiler/sc2.c +++ b/source/compiler/sc2.c @@ -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;