Last change
on this file since 75b570d was 67300de, checked in by Joe Ciccone <jciccone@…>, 16 years ago |
Create a clfs-1.1 branch in preperation for a RC.
|
-
Property mode
set to
100644
|
File size:
629 bytes
|
Rev | Line | |
---|
[67300de] | 1 | Submitted By: Jim Gifford (patches at jg555 dot com)
|
---|
| 2 | Date: 2007-10-03
|
---|
| 3 | Initial Package Version: 4.11
|
---|
| 4 | Origin: T2-Project
|
---|
| 5 | Upstream Status: Unknown
|
---|
| 6 | Description: Fixes undeclared mbstate
|
---|
| 7 |
|
---|
| 8 | diff -Naur texinfo-4.11.orig/gnulib/lib/wchar_.h texinfo-4.11/gnulib/lib/wchar_.h
|
---|
| 9 | --- texinfo-4.11.orig/gnulib/lib/wchar_.h 2007-07-08 08:14:45.000000000 +0000
|
---|
| 10 | +++ texinfo-4.11/gnulib/lib/wchar_.h 2007-10-03 15:31:39.000000000 +0000
|
---|
| 11 | @@ -40,6 +40,7 @@
|
---|
| 12 | Some builds of uClibc lack it. */
|
---|
| 13 | /* The include_next requires a split double-inclusion guard. */
|
---|
| 14 | #if @HAVE_WCHAR_H@
|
---|
| 15 | +# undef __need_mbstate_t
|
---|
| 16 | # @INCLUDE_NEXT@ @NEXT_WCHAR_H@
|
---|
| 17 | #endif
|
---|
| 18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.