Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix format_signature for zero-argument functions.
E.g. void f() has only one signature element (void) but the following string 1 * 2 + 3 = % string elements: <void> < > <f> <(> <)>. Thus, 3 instead of 2 must be added to the n argument for concat in case of zero-argument functions. Found while fixing #25.
- Loading branch information