Merge pull request #13 from Russell-S-Harper/development

Revising preprocessor commands.
This commit is contained in:
Russell-S-Harper 2018-08-13 21:22:26 -04:00 committed by GitHub
commit eb75cbf65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#include "common.h"
#ifndef MACROS_H
#define MACROS_H
#ifndef __MACROS_H
#define __MACROS_H
; registers
#define R0 0
@ -95,4 +95,4 @@
#define BGN(a) a .(
#define END(a) .):_END_##a
#endif // MACROS_H
#endif /* __MACROS_H */