diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:39 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:39 +0100 | 
| commit | 2959e59fab3bab834368adefd90bd4b1b094366b (patch) | |
| tree | 7d0ae09775ea950056193eaa2ca93844299d46f1 /gnulib-local/lib | |
| parent | c78359d9542c86b972aac373efcf7bc7a8a560e5 (diff) | |
| parent | be8efac78d067c138ad8dda03df4336e73f94887 (diff) | |
Update upstream source from tag 'upstream/1.0'
Update to upstream version '1.0'
with Debian dir 4875e7dc9f7277205f0086a63ee21ccdb1d54593
Diffstat (limited to 'gnulib-local/lib')
| -rw-r--r-- | gnulib-local/lib/uninorm.in.h.diff | 9 | ||||
| -rw-r--r-- | gnulib-local/lib/unistr.in.h.diff | 29 | 
2 files changed, 20 insertions, 18 deletions
| diff --git a/gnulib-local/lib/uninorm.in.h.diff b/gnulib-local/lib/uninorm.in.h.diff index 47f644e6..f7e4ebb2 100644 --- a/gnulib-local/lib/uninorm.in.h.diff +++ b/gnulib-local/lib/uninorm.in.h.diff @@ -1,11 +1,14 @@ -*** uninorm.in.h.orig	2009-04-05 12:38:24.000000000 +0200 ---- uninorm.in.h	2009-04-12 04:31:52.000000000 +0200 +*** uninorm.in.h.orig	2021-08-07 14:40:34.920237057 +0200 +--- uninorm.in.h	2021-08-08 02:17:17.145608518 +0200  ***************  *** 18,23 **** ---- 18,26 ---- +--- 18,29 ----    #ifndef _UNINORM_H    #define _UNINORM_H ++ /* Get common macros for C.  */ ++ #include <unistring/cdefs.h> ++   + /* Get LIBUNISTRING_DLL_VARIABLE.  */  + #include <unistring/woe32dll.h>  +  diff --git a/gnulib-local/lib/unistr.in.h.diff b/gnulib-local/lib/unistr.in.h.diff index 0b31c86c..7bd18e7e 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> | 
