diff options
| author | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-05-01 10:46:34 -0500 |
|---|---|---|
| committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-05-16 11:32:54 -0500 |
| commit | e054f494306530720114b321b3d97ca2f397cbbb (patch) | |
| tree | 08bd9b3309787b98c196961d5c8480bf65c7b2a8 /iconvdata | |
| parent | 8c75f67421af1e6680ac465f49672021b6571904 (diff) | |
| download | glibc-e054f494306530720114b321b3d97ca2f397cbbb.tar.xz glibc-e054f494306530720114b321b3d97ca2f397cbbb.zip | |
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Diffstat (limited to 'iconvdata')
59 files changed, 117 insertions, 0 deletions
diff --git a/iconvdata/8bit-generic.c b/iconvdata/8bit-generic.c index 79a398925b..c789dc6b2f 100644 --- a/iconvdata/8bit-generic.c +++ b/iconvdata/8bit-generic.c @@ -18,6 +18,7 @@ <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> +#include <stdint.h> #define FROM_LOOP from_generic #define TO_LOOP to_generic diff --git a/iconvdata/cp737.h b/iconvdata/cp737.h index faf3f10485..1796626a86 100644 --- a/iconvdata/cp737.h +++ b/iconvdata/cp737.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + /* Table to map to UCS4. It can be generated using (I know, this is a useless use of cat, but the linebreak requires it): diff --git a/iconvdata/cp775.h b/iconvdata/cp775.h index 13fe5deaf3..c7e6011058 100644 --- a/iconvdata/cp775.h +++ b/iconvdata/cp775.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + /* Table to map to UCS4. It can be generated using (I know, this is a useless use of cat, but the linebreak requires it): diff --git a/iconvdata/ibm1008.h b/iconvdata/ibm1008.h index 800816f5d7..57232a579f 100644 --- a/iconvdata/ibm1008.h +++ b/iconvdata/ibm1008.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1025.h b/iconvdata/ibm1025.h index da2cf1cef7..fc58a37ca1 100644 --- a/iconvdata/ibm1025.h +++ b/iconvdata/ibm1025.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1046.h b/iconvdata/ibm1046.h index 7c103b408d..80d1e59795 100644 --- a/iconvdata/ibm1046.h +++ b/iconvdata/ibm1046.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1097.h b/iconvdata/ibm1097.h index 34a3088471..3fe8046716 100644 --- a/iconvdata/ibm1097.h +++ b/iconvdata/ibm1097.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1112.h b/iconvdata/ibm1112.h index a58486332c..f5eca92270 100644 --- a/iconvdata/ibm1112.h +++ b/iconvdata/ibm1112.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1122.h b/iconvdata/ibm1122.h index ccb1427817..30d7a2a739 100644 --- a/iconvdata/ibm1122.h +++ b/iconvdata/ibm1122.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1123.h b/iconvdata/ibm1123.h index 6a30f77f94..28e4585681 100644 --- a/iconvdata/ibm1123.h +++ b/iconvdata/ibm1123.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1124.h b/iconvdata/ibm1124.h index 4f75b33506..2393fd75e9 100644 --- a/iconvdata/ibm1124.h +++ b/iconvdata/ibm1124.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1129.h b/iconvdata/ibm1129.h index c1cdcd670d..94011fbe02 100644 --- a/iconvdata/ibm1129.h +++ b/iconvdata/ibm1129.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1130.h b/iconvdata/ibm1130.h index b7c9d64ecd..101c9bcc5e 100644 --- a/iconvdata/ibm1130.h +++ b/iconvdata/ibm1130.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1132.h b/iconvdata/ibm1132.h index e98faa2306..7e38be1a8c 100644 --- a/iconvdata/ibm1132.h +++ b/iconvdata/ibm1132.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1133.h b/iconvdata/ibm1133.h index 46fecf19e3..35e8dd2768 100644 --- a/iconvdata/ibm1133.h +++ b/iconvdata/ibm1133.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1137.h b/iconvdata/ibm1137.h index 8b80092e93..22051fa2f6 100644 --- a/iconvdata/ibm1137.h +++ b/iconvdata/ibm1137.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1140.h b/iconvdata/ibm1140.h index b4ede7680f..733298217a 100644 --- a/iconvdata/ibm1140.h +++ b/iconvdata/ibm1140.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1141.h b/iconvdata/ibm1141.h index ca3bfeb8c3..ec2ec6b5b7 100644 --- a/iconvdata/ibm1141.h +++ b/iconvdata/ibm1141.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1142.h b/iconvdata/ibm1142.h index f9236798e6..e2a54afe32 100644 --- a/iconvdata/ibm1142.h +++ b/iconvdata/ibm1142.h @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + static const uint32_t to_ucs4[256] = { [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003, diff --git a/iconvdata/ibm1143.h b/iconvdata/ibm1143.h index faec48b5f8..d64514ba1d 100644 --- a/iconvdata/ibm1143.h +++ b/iconvdata/ibm114 |
