From 0c5cbe536fb7cee954dffdf7122731d0935549c5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 6 Mar 2015 11:00:15 -0800 Subject: [PATCH] Revert unintentional change. --- sourcepawn/compiler/sc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/compiler/sc.h b/sourcepawn/compiler/sc.h index 2d40d61d..a930749e 100644 --- a/sourcepawn/compiler/sc.h +++ b/sourcepawn/compiler/sc.h @@ -58,7 +58,7 @@ #define sDEF_LITMAX 500 /* initial size of the literal pool, in "cells" */ #define sDEF_AMXSTACK 4096 /* default stack size for AMX files */ #define PREPROC_TERM '\x7f'/* termination character for preprocessor expressions (the "DEL" code) */ -#define sDEF_PREFIX "xsourcemod.inc" /* default prefix filename */ +#define sDEF_PREFIX "sourcemod.inc" /* default prefix filename */ #define sARGS_MAX 32 /* number of arguments a function can have, max */ #define sTAGS_MAX 16 /* maximum number of tags on an argument */