1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Spoike <acceptthis@users.sourceforge.net>
Date: Sun, 15 Aug 2010 15:02:30 +0000
Subject: Wasn't prototyped, apparently.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3584 fc73d0e0-1445-4013-8a0c-d673dee63da5
Origin: upstream, commit:18564b98f6dc724839e8683b3176522c90ee4b77
Bug-Debian: https://bugs.debian.org/1066606
---
qcc.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/qcc.h b/qcc.h
index 75b2b37..93c26a5 100644
--- a/qcc.h
+++ b/qcc.h
@@ -796,6 +796,9 @@ void QCC_PR_EmitArrayGetFunction(QCC_def_t *scope, char *arrayname);
void QCC_PR_EmitArraySetFunction(QCC_def_t *scope, char *arrayname);
void QCC_PR_EmitClassFromFunction(QCC_def_t *scope, char *tname);
+void PostCompile(void);
+pbool PreCompile(void);
+
//=============================================================================
extern char pr_immediate_string[8192];
|