fixed cpluscplus guard

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-03-14 23:17:32 +00:00
parent 1d125708f8
commit 641526173e

View File

@ -10,6 +10,7 @@
typedef const int *wctrans_t;
typedef unsigned long wctype_t;
#ifdef __cplusplus
extern "C" {
@ -36,7 +37,7 @@ extern wint_t towupper(wint_t wc);
extern wctrans_t wctrans(const char *charClass);
extern wctype_t wctype(const char *property);
#ifndef __cplusplus
#ifdef __cplusplus
}
#endif