replace <stdint.h> with <krb5-types.h>, From David Leonard
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23332 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -53,8 +53,7 @@ bidi_c = generate.Implementation('%s/bidi_table.c' % sys.argv[2])
|
||||
|
||||
bidi_h.file.write(
|
||||
'''
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
struct range_entry {
|
||||
uint32_t start;
|
||||
|
@@ -59,8 +59,7 @@ combining_c = generate.Implementation('%s/combining_table.c' % sys.argv[2])
|
||||
|
||||
combining_h.file.write(
|
||||
'''
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
struct translation {
|
||||
uint32_t key;
|
||||
|
@@ -67,8 +67,7 @@ normalize_c = generate.Implementation('%s/normalize_table.c' % sys.argv[3])
|
||||
|
||||
normalize_h.file.write(
|
||||
'''
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
#define MAX_LENGTH_CANON %u
|
||||
|
||||
|
@@ -86,8 +86,7 @@ f.close()
|
||||
|
||||
examples_h.file.write(
|
||||
'''
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <krb5-types.h>
|
||||
|
||||
#define MAX_LENGTH 40
|
||||
|
||||
|
Reference in New Issue
Block a user