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
C front-end: fix whitespace in built-in declarations
find_pattern uses '<function-name>(' (note the parenthesis) to do string
look-ups of declarations of built-ins. This failed for the ones
addressed in this commit as the forward declaration had a whitespace
before the opening parenthesis.
0 commit comments