From e2c1ebf57358a6f52122b9aee348d214b2aae89a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 24 Jul 2006 16:02:58 +0000 Subject: [PATCH] remove spurious 'extern "C" {' --- include/regex/regex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/regex/regex.h b/include/regex/regex.h index 0c7fe1d..efec4df 100644 --- a/include/regex/regex.h +++ b/include/regex/regex.h @@ -107,7 +107,6 @@ void regfree (regex_t *); #ifdef __cplusplus } -extern "C" { #endif #endif /* !_REGEX_H_ */ -- 1.7.10.4