summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/unistr.h.diff
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2010-05-27 18:23:15 +0200
committerAndreas Rottmann <a.rottmann@gmx.at>2010-05-27 18:23:15 +0200
commit3e0814cd9862b89c7a39672672937477bd87ddfb (patch)
tree159134a624e51509f40ed8823249f09a70d1dda3 /gnulib-local/lib/unistr.h.diff
parent3bebb94360f1c2333feb8d504a9fa4f96984d8b7 (diff)
Imported Upstream version 0.9.3upstream/0.9.3
Diffstat (limited to 'gnulib-local/lib/unistr.h.diff')
-rw-r--r--gnulib-local/lib/unistr.h.diff22
1 files changed, 13 insertions, 9 deletions
diff --git a/gnulib-local/lib/unistr.h.diff b/gnulib-local/lib/unistr.h.diff
index 4572049..3e59093 100644
--- a/gnulib-local/lib/unistr.h.diff
+++ b/gnulib-local/lib/unistr.h.diff
@@ -1,22 +1,26 @@
-*** unistr.h.orig 2009-04-05 12:22:17.000000000 +0200
---- unistr.h 2009-04-10 18:57:37.000000000 +0200
+*** unistr.h.orig 2009-12-24 23:21:27.000000000 +0100
+--- unistr.h 2009-12-25 02:04:40.000000000 +0100
***************
-*** 19,26 ****
-
+*** 20,29 ****
#include "unitypes.h"
+ /* Get common macros for C. */
+! #include "unused-parameter.h"
+
/* Get bool. */
! #include <stdbool.h>
/* Get size_t. */
#include <stddef.h>
---- 19,29 ----
-
+--- 20,32 ----
#include "unitypes.h"
-+ /* Get inline if available. */
-+ #include <unistring/inline.h>
-+
+ /* Get common macros for C. */
+! #include <unistring/cdefs.h>
+!
+! /* Get inline if available. */
+! #include <unistring/inline.h>
+
/* Get bool. */
! #include <unistring/stdbool.h>