From 7622f62935bacc8d040b0aa7fc118bc0b920f00a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2024 12:57:49 -0400 Subject: More file comments --- builtins/macros.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'builtins/macros.h') diff --git a/builtins/macros.h b/builtins/macros.h index 09896b0d..6128480a 100644 --- a/builtins/macros.h +++ b/builtins/macros.h @@ -1,14 +1,9 @@ #pragma once +// A few helper macros + #include -#include -#include -#include -#include -#include -#include #include -#include #define $heap(x) (__typeof(x)*)memcpy(GC_MALLOC(sizeof(x)), (__typeof(x)[1]){x}, sizeof(x)) #define $stack(x) (__typeof(x)*)((__typeof(x)[1]){x}) -- cgit v1.2.3