Unify all section declarations

This commit is contained in:
ISSOtm
2020-02-04 01:52:18 +01:00
parent 34597ce6a0
commit a4fe274c25
5 changed files with 60 additions and 74 deletions

View File

@@ -19,6 +19,7 @@
#include "asm/lexer.h"
#include "asm/main.h"
#include "asm/rpn.h"
#include "asm/section.h"
#include "asm/warning.h"
#include "extern/err.h"