Mercurial > hg > octave-jordi
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 +++ 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: <sys/types.h>, <sys/stat.h>. */ @@ -68,4 +72,9 @@ #endif #endif /* S_ISLNK */ @LSTAT_ONLY@ + +#ifdef __cplusplus +} +#endif + #endif /* _safe_@l@stat_h_ */