From 370363bdf9f2e2ed9ee55fd010d307fd1393b5aa Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Mon, 13 Aug 2018 21:18:13 -0400 Subject: [PATCH] Revising preprocessor commands. --- common/macros.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/macros.h b/common/macros.h index ea524a2..e618ad7 100644 --- a/common/macros.h +++ b/common/macros.h @@ -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 \ No newline at end of file +#endif /* __MACROS_H */ \ No newline at end of file