Commit 41c96f5
committed
C library: define exactly one function per comment block
Functions from the model library are loaded upon request, and their
definitions are found as labelled by comment blocks. When adding all
these functions to a single, common symbol table we were by chance able
to also find functions other than those explicitly referenced by those
comment labels. Moving forward, however, we might not actually use a
single symbol table anymore.1 parent bd1b8c2 commit 41c96f5
1 file changed
+21
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
| 534 | + | |
540 | 535 | | |
541 | 536 | | |
542 | 537 | | |
543 | | - | |
544 | 538 | | |
545 | 539 | | |
546 | 540 | | |
| |||
595 | 589 | | |
596 | 590 | | |
597 | 591 | | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
598 | 612 | | |
599 | 613 | | |
600 | 614 | | |
| |||
0 commit comments