ext2spice.c: ifdef for !MAGIC_WRAPPER build
This commit is contained in:
parent
3631892cfa
commit
36c488ca33
|
|
@ -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. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue