mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Corrected an error in the DEF file read routine's check on via
DRC rules, which was conflating magic and CIF tile types, resulting in incorrect reading of via layers.
This commit is contained in:
Vendored
+3
@@ -7779,6 +7779,9 @@ case $target in
|
||||
if test "$CPP" = "cc -E" ; then
|
||||
CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
|
||||
fi
|
||||
|
||||
$as_echo "#define _FORTIFY_SOURCE 0" >>confdefs.h
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@@ -1367,6 +1367,7 @@ case $target in
|
||||
if test "$CPP" = "cc -E" ; then
|
||||
CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
|
||||
fi
|
||||
AC_DEFINE(_FORTIFY_SOURCE, 0, [Avoid checks on string overruns])
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user