Skip to content

Commit

Permalink
Fix compile break when both FAST_FP and READER are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Sep 13, 2023
1 parent d50c956 commit dad2450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/yyjson.c
Original file line number Diff line number Diff line change
Expand Up @@ -3484,8 +3484,6 @@ static_inline void pow10_table_get_exp(i32 exp10, i32 *exp2) {



#if !YYJSON_DISABLE_READER

/*==============================================================================
* JSON Character Matcher
*============================================================================*/
Expand Down Expand Up @@ -3679,6 +3677,8 @@ static_inline bool digi_is_digit_or_fp(u8 d) {



#if !YYJSON_DISABLE_READER

/*==============================================================================
* Hex Character Reader
* This function is used by JSON reader to read escaped characters.
Expand Down

0 comments on commit dad2450

Please sign in to comment.