Skip to content

Commit e09def5

Browse files
committed
Add missing section comment
1 parent acb9b92 commit e09def5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,8 @@ struct expr *eval(struct expr *);
532532
struct init *mkinit(unsigned long long, unsigned long long, struct bitfield, struct expr *);
533533
struct init *parseinit(struct scope *, struct type *);
534534

535+
/* stmt */
536+
535537
void stmt(struct func *, struct scope *);
536538

537539
/* backend */

0 commit comments

Comments
 (0)