diff portasm/portasm-x64.S @ 645:6a8aac9b2bcf

- removal of `autovar` macro detection lib: * was a good idea, but never fully pushed through, so code was duplicating most of dyncall_macros.h * didn't find any outside use and plans to make it a standalone lib never materialized * so basically removing code to avoid code duplication that risks to never stay in sync
author Tassilo Philipp
date Mon, 05 Feb 2024 16:43:59 +0100
parents 71c884e610f0
children
line wrap: on
line diff
--- a/portasm/portasm-x64.S	Thu Dec 15 10:27:40 2022 +0100
+++ b/portasm/portasm-x64.S	Mon Feb 05 16:43:59 2024 +0100
@@ -87,8 +87,8 @@
 	.text
 #  define BEGIN_ASM
 #  define END_ASM
-#  include "../autovar/autovar_ABI.h"
-#  if defined (OS_Darwin)
+#  include "../dyncall/dyncall_macros.h"
+#  if defined(DC__OS_Darwin)
 #    define CSYM(X) _##X
 #  else
 #    define CSYM(X) X