diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index a9a39f2..1d1a088 100644 --- a/src/common.h +++ b/src/common.h @@ -17,5 +17,5 @@ #define ref(x) const x * const #define mut(x) const x * #define ptr(x) x * - +#define dref(x) *x #endif /* __COMMON_H__ */ |