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:
Tim Edwards
2018-07-19 10:23:30 -04:00
parent 1f961347e1
commit 193493a0cc
4 changed files with 14 additions and 2 deletions
+3
View File
@@ -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
+1
View File
@@ -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