aboutsummaryrefslogtreecommitdiff
path: root/src/libc.hff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc.hff')
-rw-r--r--src/libc.hff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libc.hff b/src/libc.hff
index 0744d35..533a933 100644
--- a/src/libc.hff
+++ b/src/libc.hff
@@ -42,4 +42,4 @@ extern fn tolower(int) int;
// errno.h
extern fn c_errno() int;
-def errno = c_errno();
+defmacro errno = c_errno();