Generate ext/intl class entries from stubs

Closes GH-6670
This commit is contained in:
Máté Kocsis 2021-02-05 20:57:57 +01:00
parent 99b08ac281
commit c6723728df
No known key found for this signature in database
GPG key ID: FD055E41728BF310
44 changed files with 276 additions and 157 deletions

View file

@ -47,7 +47,4 @@ void intl_errors_set( intl_error* err, UErrorCode code, const char* msg,
// Other error helpers
smart_str intl_parse_error_to_string( UParseError* pe );
// exported to be called on extension MINIT
void intl_register_IntlException_class( void );
#endif // INTL_ERROR_H