projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04597d0
)
Make comment more precise.
author
Bruno Haible
<bruno@clisp.org>
Mon, 26 Jun 2006 19:49:51 +0000
(19:49 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 26 Jun 2006 19:49:51 +0000
(19:49 +0000)
lib/stdint_.h
patch
|
blob
|
history
diff --git
a/lib/stdint_.h
b/lib/stdint_.h
index 8f96168af8075135ccf8d71c2082f99daae16586..3afdfaecd8ca50e2d108bf95a6fe32d6eecaac98 100644
(file)
--- a/
lib/stdint_.h
+++ b/
lib/stdint_.h
@@
-26,7
+26,7
@@
/* Get wchar_t, WCHAR_MIN, WCHAR_MAX. */
#include <stddef.h>
-/*
Some systems define
WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>. */
+/*
BSD/OS 4.2 defines
WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>. */
#if !(defined(WCHAR_MIN) && defined(WCHAR_MAX)) && @HAVE_WCHAR_H@
# include <wchar.h>
#endif