diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 06:57:44 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 06:57:44 +0100 |
commit | 6ffaa52cf732a84c0f8259dbc9b8183960ec5c33 (patch) | |
tree | d3136c22e3e805cfc0efe78412cce905a17e0c8d /gnulib-local/lib/unistr.in.h.diff | |
parent | 591cbf5878b7d4105b275585b9db1324c9dfce56 (diff) | |
parent | af151c593704a40e10efb28d1e3dd59a23a661f3 (diff) |
Merge branch 'release/debian/1.0-1'debian/1.0-1
Diffstat (limited to 'gnulib-local/lib/unistr.in.h.diff')
-rw-r--r-- | gnulib-local/lib/unistr.in.h.diff | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/gnulib-local/lib/unistr.in.h.diff b/gnulib-local/lib/unistr.in.h.diff index 0b31c86..7bd18e7 100644 --- a/gnulib-local/lib/unistr.in.h.diff +++ b/gnulib-local/lib/unistr.in.h.diff @@ -1,28 +1,27 @@ -*** unistr.in.h.orig 2009-12-24 23:21:27.000000000 +0100 ---- unistr.in.h 2009-12-25 02:04:40.000000000 +0100 +*** lib/unistr.in.h.orig 2021-08-01 16:43:54.915090697 +0200 +--- lib/unistr.in.h 2021-08-01 15:52:07.388856862 +0200 *************** -*** 20,29 **** - #include "unitypes.h" +*** 19,26 **** - /* Get common macros for C. */ -! #include "unused-parameter.h" + #include "unitypes.h" /* Get bool. */ ! #include <stdbool.h> - /* Get size_t. */ + /* Get size_t, ptrdiff_t. */ #include <stddef.h> ---- 20,32 ---- - #include "unitypes.h" +--- 19,32 ---- - /* Get common macros for C. */ -! #include <unistring/cdefs.h> -! -! /* Get inline if available. */ -! #include <unistring/inline.h> + #include "unitypes.h" ++ /* Get common macros for C. */ ++ #include <unistring/cdefs.h> ++ ++ /* Get inline if available. */ ++ #include <unistring/inline.h> ++ /* Get bool. */ ! #include <unistring/stdbool.h> - /* Get size_t. */ + /* Get size_t, ptrdiff_t. */ #include <stddef.h> |