Overview
| Comment: | configure.ac: Fix two tests that would fail with Clang + new ABI. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
56b1009167dceb4bbd5287998f1715b2 |
| User & Date: | js on 2011-05-15 00:32:55 |
| Other Links: | manifest | tags |
Context
|
2011-05-15
| ||
| 17:00 | Make it possible to specify the byte order for Unicode / UTF-16. (check-in: 3dad5e5803 user: js tags: trunk) | |
| 00:32 | configure.ac: Fix two tests that would fail with Clang + new ABI. (check-in: 56b1009167 user: js tags: trunk) | |
|
2011-05-14
| ||
| 23:52 | Add -[stringWithUTF16String:] to OFString. (check-in: ec666ede07 user: js tags: trunk) | |
Changes
Modified configure.ac from [013094e60d] to [1aa012915c].
| ︙ | |||
497 498 499 500 501 502 503 | 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 | - + | unsigned long size; } @end void *_OFConstantStringClassReference; ], [ OFConstantString *test = @""; |
| ︙ | |||
519 520 521 522 523 524 525 | 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 | - + |
@end
static struct {
struct objc_class *isa;
} object;
], [
OFObject *test = (OFObject*)&object;
|
| ︙ |