diff options
author | Haru <haru@dotalux.com> | 2014-02-09 20:16:39 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-02-09 20:16:39 +0100 |
commit | 2687cd84b83bbb0008a06a249075803b9875604f (patch) | |
tree | 8928486eddc55333805e5f2eb2fc225fc7a92e1f | |
parent | 7b19f964b88dffcfdc8c12648d5e4ee8a26a9504 (diff) | |
download | hercules-2687cd84b83bbb0008a06a249075803b9875604f.tar.gz hercules-2687cd84b83bbb0008a06a249075803b9875604f.tar.bz2 hercules-2687cd84b83bbb0008a06a249075803b9875604f.tar.xz hercules-2687cd84b83bbb0008a06a249075803b9875604f.zip |
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 <haru@dotalux.com>
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |