From 5e385e901d70dba7b6445e90b801aa58a1622221 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Fri, 10 Aug 2007 10:14:00 -0700 Subject: [PATCH] Fix missing endif --- netlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/netlist.h b/netlist.h index 721f68722..24d71e066 100644 --- a/netlist.h +++ b/netlist.h @@ -3509,3 +3509,4 @@ inline __ScopePathManip scope_path(const NetScope*scope) extern ostream& operator << (ostream&o, __ScopePathManip); +#endif