ObjFW  Check-in [f1e2e08017]

Overview
Comment:ObjFW.h: Fix unicode.h import
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f1e2e080172573a22d77f1ad3b4c6c5d705d49ebd370e9f4f5fc9be92116196c
User & Date: js on 2018-12-01 19:33:29
Other Links: manifest | tags
Context
2018-12-01
21:06
huffman_tree.m: Do not limit codes to 15 bit check-in: e9398866eb user: js tags: trunk
19:33
ObjFW.h: Fix unicode.h import check-in: f1e2e08017 user: js tags: trunk
2018-11-26
22:08
invocation: Add a shared header for some defines check-in: f133454532 user: js tags: trunk
Changes

Modified src/ObjFW.h from [fa03da00eb] to [9d548071ea].

253
254
255
256
257
258
259

260

#import "crc32.h"
#import "huffman_tree.h"
#import "instance.h"
#import "of_asprintf.h"
#import "of_strptime.h"
#import "pbkdf2.h"
#import "scrypt.h"

#import "unicode.h"








>
|
>
253
254
255
256
257
258
259
260
261
262
#import "crc32.h"
#import "huffman_tree.h"
#import "instance.h"
#import "of_asprintf.h"
#import "of_strptime.h"
#import "pbkdf2.h"
#import "scrypt.h"
#ifdef OF_HAVE_UNICODE_TABLES
# import "unicode.h"
#endif