-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from Ghabry/updates
Package Updates
- Loading branch information
Showing
20 changed files
with
154 additions
and
586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff -Naur icu-orig/source/common/unicode/ptypes.h icu/source/common/unicode/ptypes.h | ||
--- icu-orig/source/common/unicode/ptypes.h 2024-08-26 18:27:25.490986142 +0200 | ||
+++ icu/source/common/unicode/ptypes.h 2024-08-26 18:27:44.527820067 +0200 | ||
@@ -56,11 +56,7 @@ | ||
// implementations (looking at you, Apple, spring 2024) actually do this, so | ||
// ICU4C must detect and deal with that. | ||
#if !defined(__cplusplus) && !defined(U_IN_DOXYGEN) | ||
-# if U_HAVE_CHAR16_T | ||
-# include <uchar.h> | ||
-# else | ||
typedef uint16_t char16_t; | ||
-# endif | ||
#endif | ||
|
||
#endif /* _PTYPES_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.