# HG changeset patch # User jwe # Date 822384987 0 # Node ID 635d280246649ecec161f38698d04b004531e8c2 # Parent 5215571ea78329d487d3e6eb7463fcb537a33a9c [project @ 1996-01-23 08:16:27 by jwe] diff --git a/liboctave/safe-xstat.hin b/liboctave/safe-xstat.hin --- a/liboctave/safe-xstat.hin +++ b/liboctave/safe-xstat.hin @@ -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: , . */ @@ -68,4 +72,9 @@ #endif #endif /* S_ISLNK */ @LSTAT_ONLY@ + +#ifdef __cplusplus +} +#endif + #endif /* _safe_@l@stat_h_ */