diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-07-02 11:33:26 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-07-02 11:33:26 +0000 |
commit | 0f960cc8cac71ff4fdc88a45603b105e469b6079 (patch) | |
tree | ce32a9cb04df62a144c93cd37ea77e5b0d5d78d4 /Src/compat.c | |
parent | 05fdd6fed2c736d28c63b595db5c2be4fabfd7a0 (diff) | |
download | zsh-0f960cc8cac71ff4fdc88a45603b105e469b6079.tar.gz zsh-0f960cc8cac71ff4fdc88a45603b105e469b6079.tar.xz zsh-0f960cc8cac71ff4fdc88a45603b105e469b6079.zip |
fix IRIX 5.3 specific compilation problems and some error messages (15204)
Diffstat (limited to 'Src/compat.c')
-rw-r--r-- | Src/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/compat.c b/Src/compat.c index 8cfb8a3a5..86611a727 100644 --- a/Src/compat.c +++ b/Src/compat.c @@ -184,7 +184,7 @@ zpathmax(char *dir) ((errno = 0), PATH_MAX - dirlen))); #endif } -#endif // 0 +#endif /* 0 */ #ifdef HAVE_SYSCONF /* This is replaced by a macro from system.h if not HAVE_SYSCONF. * |