ext2spice.c: ifdef for !MAGIC_WRAPPER build

This commit is contained in:
Darryl L. Miles 2025-10-08 23:12:35 +01:00
parent 3631892cfa
commit 36c488ca33
1 changed files with 1 additions and 1 deletions

View File

@ -1002,6 +1002,7 @@ runexttospice:
} }
} }
#ifdef MAGIC_WRAPPER
if (esFormat == CDL) if (esFormat == CDL)
{ {
/* In CDL format, if the global substrate ends with "!" then /* In CDL format, if the global substrate ends with "!" then
@ -1038,7 +1039,6 @@ runexttospice:
} }
} }
#ifdef MAGIC_WRAPPER
if (EFCompat == TRUE) if (EFCompat == TRUE)
{ {
/* Keep a pointer to the "GND" variable, if it exists. */ /* Keep a pointer to the "GND" variable, if it exists. */