19 lines
570 B
Plaintext
19 lines
570 B
Plaintext
$OpenBSD: patch-fixincludes_fixincl_x,v 1.1.1.1 2019/01/04 15:50:39 pascal Exp $
|
|
Index: fixincludes/fixincl.x
|
|
--- fixincludes/fixincl.x.orig
|
|
+++ fixincludes/fixincl.x
|
|
@@ -7019,11 +7019,11 @@ static const char* apzSolaris_Complex_CxxPatch[] = { s
|
|
"-e", "/#if[ \t]*!defined(__cplusplus)/c\\\n\
|
|
#ifdef\t__cplusplus\\\n\
|
|
extern \"C\" {\\\n\
|
|
-#endif",
|
|
+#endif\\\n",
|
|
"-e", "/#endif[ \t]*\\/\\* !defined(__cplusplus) \\*\\//c\\\n\
|
|
#ifdef\t__cplusplus\\\n\
|
|
}\\\n\
|
|
-#endif",
|
|
+#endif\\\n",
|
|
(char*)NULL };
|
|
|
|
/* * * * * * * * * * * * * * * * * * * * * * * * * *
|