comparison src/realpath.c @ 3044:d00888bfced1

[xemacs-hg @ 2005-11-02 10:01:57 by crestani] * realpath.c (readlink_or_correct_case): Move the closing paren outside the ifdef.
author crestani
date Wed, 02 Nov 2005 10:01:58 +0000
parents 967fea9dfad5
children 19d70297d866
comparison
equal deleted inserted replaced
3043:bceaa7825d9d 3044:d00888bfced1
79 */ 79 */
80 80
81 static int 81 static int
82 readlink_or_correct_case (const Ibyte *name, Ibyte *buf, Bytecount size, 82 readlink_or_correct_case (const Ibyte *name, Ibyte *buf, Bytecount size,
83 #ifndef WIN32_ANY 83 #ifndef WIN32_ANY
84 Boolint UNUSED (links_only)) 84 Boolint UNUSED (links_only)
85 #else 85 #else
86 Boolint links_only) 86 Boolint links_only
87 #endif 87 #endif
88 )
88 { 89 {
89 #ifndef WIN32_ANY 90 #ifndef WIN32_ANY
90 return qxe_readlink (name, buf, (size_t) size); 91 return qxe_readlink (name, buf, (size_t) size);
91 #else 92 #else
92 # ifdef CYGWIN 93 # ifdef CYGWIN