remove spurious 'extern "C" {'
authorSimon Marlow <simonmar@microsoft.com>
Mon, 24 Jul 2006 16:02:58 +0000 (16:02 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 24 Jul 2006 16:02:58 +0000 (16:02 +0000)
include/regex/regex.h

index 0c7fe1d..efec4df 100644 (file)
@@ -107,7 +107,6 @@ void        regfree (regex_t *);
 
 #ifdef __cplusplus
 }
-extern "C" {
 #endif
 
 #endif /* !_REGEX_H_ */