mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2025-01-29 13:33:43 +00:00
Revising preprocessor commands.
This commit is contained in:
parent
c2ea029887
commit
370363bdf9
@ -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 */
|
Loading…
x
Reference in New Issue
Block a user