From 6130e39b18b5f53902e4eab14f6d5cdde5219563 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 1 Nov 2010 01:35:04 -0700 Subject: initial commit of public abc --- src/bdd/cudd/cuddWindow.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bdd/cudd/cuddWindow.c') diff --git a/src/bdd/cudd/cuddWindow.c b/src/bdd/cudd/cuddWindow.c index b97e3358..62c92ff2 100644 --- a/src/bdd/cudd/cuddWindow.c +++ b/src/bdd/cudd/cuddWindow.c @@ -34,6 +34,9 @@ #include "util_hack.h" #include "cuddInt.h" +ABC_NAMESPACE_IMPL_START + + /*---------------------------------------------------------------------------*/ /* Constant declarations */ /*---------------------------------------------------------------------------*/ @@ -995,3 +998,5 @@ ddWindowConv4( } /* end of ddWindowConv4 */ +ABC_NAMESPACE_IMPL_END + -- cgit v1.2.3