diff src/text.h @ 1257:4424541fa226

[xemacs-hg @ 2003-02-05 06:20:50 by ben] windows compile problems s/windowsnt.h: Windows has strupr(), strlwr(). Comment fixes. text.h: Style fixes.
author ben
date Wed, 05 Feb 2003 06:20:54 +0000
parents e22b0213b713
children 70921960b980
line wrap: on
line diff
--- a/src/text.h	Tue Feb 04 22:52:25 2003 +0000
+++ b/src/text.h	Wed Feb 05 06:20:54 2003 +0000
@@ -36,13 +36,13 @@
 #ifdef HAVE_WCHAR_H
 #include <wchar.h>
 #else
-size_t wcslen(const wchar_t *);
+size_t wcslen (const wchar_t *);
 #endif
 #ifndef HAVE_STRLWR
-char *strlwr(char *);
+char *strlwr (char *);
 #endif
 #ifndef HAVE_STRUPR
-char *strupr(char *);
+char *strupr (char *);
 #endif
 
 /* ---------------------------------------------------------------------- */