changeset 1774:635d28024664

[project @ 1996-01-23 08:16:27 by jwe]
author jwe
date Tue, 23 Jan 1996 08:16:27 +0000
parents 5215571ea783
children d53c27b14236
files liboctave/safe-xstat.hin
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/safe-xstat.hin	Tue Jan 23 08:11:08 1996 +0000
+++ b/liboctave/safe-xstat.hin	Tue Jan 23 08:16:27 1996 +0000
@@ -20,6 +20,10 @@
 #ifndef _safe_@l@stat_h_
 #define _safe_@l@stat_h_ 1
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* NOTE: you must include the following headers (in the listed order)
    before this one: <sys/types.h>, <sys/stat.h>.  */
 
@@ -68,4 +72,9 @@
 #endif
 
 #endif /* S_ISLNK */						@LSTAT_ONLY@
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _safe_@l@stat_h_ */