diff options
| author | 2022-08-31 16:00:34 +0200 | |
|---|---|---|
| committer | 2022-08-31 16:00:34 +0200 | |
| commit | b4310d08333fcb9ae4f3e4bf1e0e5fc6599ada4e (patch) | |
| tree | 6b38da06b027db62bd4ab21f6241282b904435d3 /src/libc.hff | |
| parent | 047a978be814f0ff46482689ef60582061a5c08b (diff) | |
def x = expr -> defmacro x = expr, def const -> def
Diffstat (limited to 'src/libc.hff')
| -rw-r--r-- | src/libc.hff | 2 |
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(); |