Commit 902fd00
authored
[CBuilder] functions: emit declaration before definition (#112)
closes #1,
i.e. recursice functions should be allowed now.
however, this will not fix the general issue: if a function calls
another function, this second function must still be declared before
the first function ...1 parent dfd40c9 commit 902fd00
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | 142 | | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments