Skip to content

Commit

Permalink
gh19010: add NOT_REACHED
Browse files Browse the repository at this point in the history
  • Loading branch information
hvds authored and khwilliamson committed Mar 4, 2022
1 parent 46da8a0 commit 1bd2ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numeric.c
Expand Up @@ -958,7 +958,7 @@ Perl_grok_infnan(pTHX_ const char** sp, const char* send)
else
return 0;
}
/* NOTREACHED */
NOT_REACHED; /* NOTREACHED */

/* We parsed something valid, s points after it, flags describes it */
ok_check_space:
Expand Down

0 comments on commit 1bd2ffc

Please sign in to comment.