fix clang on windows build (nw)

This commit is contained in:
smf- 2016-12-22 14:14:07 +00:00
parent 86990b2c41
commit 7d7023cc0a
2 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,7 @@ namespace netlist
m_last_CLK = 0; m_last_CLK = 0;
} }
#if 0
// FIXME: Timing // FIXME: Timing
static const netlist_time delay[4] = static const netlist_time delay[4] =
{ {
@ -82,6 +83,7 @@ namespace netlist
NLTIME_FROM_NS(40), NLTIME_FROM_NS(40),
NLTIME_FROM_NS(40) NLTIME_FROM_NS(40)
}; };
#endif
NETLIB_UPDATE(74166) NETLIB_UPDATE(74166)
{ {

View File

@ -5,7 +5,7 @@
* *
*/ */
#include "nld_82s126.h" #include "nld_82S126.h"
namespace netlist namespace netlist
{ {