mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-21 20:31:02 +00:00
Merge pull request #13 from Russell-S-Harper/development
Revising preprocessor commands.
This commit is contained in:
commit
eb75cbf65c
@ -1,7 +1,7 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#ifndef MACROS_H
|
#ifndef __MACROS_H
|
||||||
#define MACROS_H
|
#define __MACROS_H
|
||||||
|
|
||||||
; registers
|
; registers
|
||||||
#define R0 0
|
#define R0 0
|
||||||
@ -95,4 +95,4 @@
|
|||||||
#define BGN(a) a .(
|
#define BGN(a) a .(
|
||||||
#define END(a) .):_END_##a
|
#define END(a) .):_END_##a
|
||||||
|
|
||||||
#endif // MACROS_H
|
#endif /* __MACROS_H */
|
Loading…
Reference in New Issue
Block a user