diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/obstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/obstack.h b/malloc/obstack.h index b67f0545f1..ea45664c02 100644 --- a/malloc/obstack.h +++ b/malloc/obstack.h @@ -107,7 +107,7 @@ Summary: #ifndef __OBSTACK_H__ #define __OBSTACK_H__ -#ifdef __cpluscplus +#ifdef __cplusplus extern "C" { #endif |