Skip to content

Commit 298de02

Browse files
committed
Reduce struct size by 8 bytes on 64-bit
1 parent 5bbf27b commit 298de02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/intl_error.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
typedef struct _intl_error {
2929
UErrorCode code;
30-
char* custom_error_message;
3130
int free_custom_error_message;
31+
char* custom_error_message;
3232
} intl_error;
3333

3434
intl_error* intl_error_create( void );

0 commit comments

Comments
 (0)