From bc58f97c4cae4a9b3442591a62fbc018512b4820 Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Wed, 20 Sep 2006 21:34:38 +0000 Subject: [PATCH] Patch by Christian Ohm: "g++ unbreakage fix" git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@743 4a71c877-e1ca-e34f-864e-861f7616d084 --- lib/script/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/script/script.h b/lib/script/script.h index 1c1b90d0a..6fcd6c0eb 100644 --- a/lib/script/script.h +++ b/lib/script/script.h @@ -66,7 +66,7 @@ extern void scriptSetTypeEquiv(TYPE_EQUIV *psTypeTab); * * \return Number of calls on the return address stack */ -inline Sint8 retStackCallDepth(void); +extern Sint8 retStackCallDepth(void); /***********************************************************************************