From 2687cd84b83bbb0008a06a249075803b9875604f Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 9 Feb 2014 20:16:39 +0100 Subject: Follow-up to 7b19f964b88dffcfdc8c12648d5e4ee8a26a9504 - Fixes bugreport:8015, thanks to N e s s http://hercules.ws/board/tracker/issue-8015-error-in-compiling-in-debian-linux-latest-rev/ Signed-off-by: Haru --- src/map/script.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/script.h b/src/map/script.h index 99e53d3b2..872c5bc31 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -27,7 +27,6 @@ struct eri; #define DeprecationWarning(func, bad, good, file, line) ShowError("%s: use of deprecated keyword '%s' (use '%s' instead) in file '%s', line '%d'.\n", (func), (bad), (good), get_script_source(file), (line)); #define DeprecationWarning2(func, bad, good, where) ShowError("%s: detected possible use of wrong case in a script. Found '%s', probably meant to be '%s' (in '%s').\n", (func), (bad), (good), get_script_source(where)); #define disp_deprecation_message(func, good, p) disp_warning_message(func": use of deprecated keyword (use '"good"' instead).", (p)); -#undef get_script_source #define NUM_WHISPER_VAR 10 -- cgit v1.2.3-60-g2f50