You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S_parse_ident: Add flag to check for legality and not croak
When this flag is set, when an illegal identifier is found, instead of
croaking the function returns NULL. This will allow future commits to
use this function when all that is desired is to determine if the
identifier is legal or not.
0 commit comments