fixed oops with __cplusplus

This commit is contained in:
Enno Rehling 2011-03-08 15:36:14 +01:00
parent 54d05f8544
commit d65d03db9c

View file

@ -30,5 +30,5 @@ extern "C" {
const struct unit *u); const struct unit *u);
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { }
#endif #endif