summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-21 01:27:25 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-21 01:27:25 +0000
commita12a32c6596478917331d1985cb4cea1a722343c (patch)
tree6a08439332769762b07921811ee43bd86b1ede8c /src
parentb3e8bfcadc3d457ab588449f2e7b9ca6aa7ccd0e (diff)
downloadhercules-a12a32c6596478917331d1985cb4cea1a722343c.tar.gz
hercules-a12a32c6596478917331d1985cb4cea1a722343c.tar.bz2
hercules-a12a32c6596478917331d1985cb4cea1a722343c.tar.xz
hercules-a12a32c6596478917331d1985cb4cea1a722343c.zip
Deleted zombie extern variable declaration which was causing a "static declaration follows non-static declaration" gcc compilation error.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13103 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/script.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/script.h b/src/map/script.h
index b7dfda43c..2e10b3303 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -155,6 +155,4 @@ int add_str(const char* p);
const char* get_str(int id);
int script_reload(void);
-extern char mapreg_txt[];
-
#endif /* _SCRIPT_H_ */