Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1256:4fa987ead654 | 1257:4424541fa226 |
---|---|
34 #define INCLUDED_text_h_ | 34 #define INCLUDED_text_h_ |
35 | 35 |
36 #ifdef HAVE_WCHAR_H | 36 #ifdef HAVE_WCHAR_H |
37 #include <wchar.h> | 37 #include <wchar.h> |
38 #else | 38 #else |
39 size_t wcslen(const wchar_t *); | 39 size_t wcslen (const wchar_t *); |
40 #endif | 40 #endif |
41 #ifndef HAVE_STRLWR | 41 #ifndef HAVE_STRLWR |
42 char *strlwr(char *); | 42 char *strlwr (char *); |
43 #endif | 43 #endif |
44 #ifndef HAVE_STRUPR | 44 #ifndef HAVE_STRUPR |
45 char *strupr(char *); | 45 char *strupr (char *); |
46 #endif | 46 #endif |
47 | 47 |
48 /* ---------------------------------------------------------------------- */ | 48 /* ---------------------------------------------------------------------- */ |
49 /* Super-basic character properties */ | 49 /* Super-basic character properties */ |
50 /* ---------------------------------------------------------------------- */ | 50 /* ---------------------------------------------------------------------- */ |