Changeset 863 in kBuild
- Timestamp:
- Mar 30, 2007 1:51:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/function.c
r821 r863 1745 1745 1746 1746 /* Close the write side of the pipe. */ 1747 # ifdef _MSC_VER /* crap. */ 1748 if (pipedes[1] != -1) 1749 # endif 1747 1750 (void) close (pipedes[1]); 1748 1751 #endif … … 1773 1776 (void) pclose (fpipe); 1774 1777 #else 1778 # ifdef _MSC_VER /* crap. */ 1779 if (pipedes[0] != -1) 1780 # endif 1775 1781 (void) close (pipedes[0]); 1776 1782 #endif
Note:
See TracChangeset
for help on using the changeset viewer.