about summary refs log tree commit diff stats
path: root/wrapperhelper/src/machine.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2024-09-10 17:25:37 +0200
committerGitHub <noreply@github.com>2024-09-10 17:25:37 +0200
commit0d6028d83753ce93aff9aecc8443de657663071c (patch)
tree1226447e55b1051262c6c7fc8ff34074471bd2da /wrapperhelper/src/machine.h
parent2127eaea221e89a44ececc87bc74f7d7b44873d0 (diff)
downloadbox64-0d6028d83753ce93aff9aecc8443de657663071c.tar.gz
box64-0d6028d83753ce93aff9aecc8443de657663071c.zip
[WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', better parsing (#1813)
Diffstat (limited to 'wrapperhelper/src/machine.h')
-rw-r--r--wrapperhelper/src/machine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wrapperhelper/src/machine.h b/wrapperhelper/src/machine.h
index 5570a4af..b5a5b0ea 100644
--- a/wrapperhelper/src/machine.h
+++ b/wrapperhelper/src/machine.h
@@ -7,7 +7,6 @@
 #include "khash.h"
 #include "vector.h"
 
-struct macro_s; // preproc_private.h
 struct type_s;  // lang.h
 
 typedef struct machine_s {
@@ -15,10 +14,6 @@ typedef struct machine_s {
 	size_t npaths;
 	char **include_path;
 	
-	size_t npredefs;
-	char **predef_macros_name;
-	struct macro_s **predef_macros;
-	
 	// Parsing
 	size_t size_long;
 	size_t align_valist, size_valist;