corrected assertion in function printILine(): _pipe() was not executed on MSVC, becau...
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Feb 2003 21:28:42 +0000 (21:28 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Feb 2003 21:28:42 +0000 (21:28 +0000)
commit752243c8c745f8b9edca892f492f4ffae5595c52
tree884059fe0ce32d234b4e6a4e073373dc795ef96e
parentf541b8255a945d216f7b4106e66c22f400737b4a
corrected assertion in function printILine(): _pipe() was not executed on MSVC, because NDEBUG is defined (see man assert)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2298 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/asm.c