ports/devel/libunwind/files/patch-include_unwind.h
Stanislav Sedov ecf3a9918e - Fix the unwind.h header, so it can be used in C++ applications.
Reported by:	David Chisnall <theraven@theravensnest.org>
Untested by:	me, because I don't have a working ports tree anymore
2011-10-05 17:38:28 +00:00

11 lines
228 B
C

--- include/unwind.h.orig 2011-10-05 10:31:59.000000000 -0700
+++ include/unwind.h 2011-10-05 10:32:18.000000000 -0700
@@ -148,7 +148,7 @@
#endif /* _GNU_SOURCE */
#ifdef __cplusplus
-};
+}
#endif
#endif /* _UNWIND_H */