Add a couple of #ifdef __cplusplus I missed

git-svn-id: https://svn.eduke32.com/eduke32@3160 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2012-11-15 00:23:10 +00:00
parent 3ff46c02b2
commit 89c9a201b5

View file

@ -384,10 +384,14 @@ int32_t baselayer_init(void)
#endif
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
#ifdef __cplusplus
extern "C" {
#endif
extern int32_t dep_begin, dep_end;
#ifdef __cplusplus
};
#endif
#endif
void makeasmwriteable(void)
{