From 6b1b368aaf8871799261d8b5fa1164a69188d138 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 29 Sep 2012 19:08:54 -0400 Subject: Updating code of non-ABC files to have no ABC-specific macros. --- src/demo.c | 5 ----- src/starter.c | 4 ---- 2 files changed, 9 deletions(-) diff --git a/src/demo.c b/src/demo.c index 80eca766..eebb8aba 100644 --- a/src/demo.c +++ b/src/demo.c @@ -21,9 +21,6 @@ #include #include -ABC_NAMESPACE_IMPL_START - - //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -182,5 +179,3 @@ clkVer = clock() - clk; return 0; } -ABC_NAMESPACE_IMPL_END - diff --git a/src/starter.c b/src/starter.c index ce86d62b..4f831b5d 100644 --- a/src/starter.c +++ b/src/starter.c @@ -31,8 +31,6 @@ #include #endif -//ABC_NAMESPACE_IMPL_START - // the max number of commands to execute from the input file #define MAX_COMM_NUM 1000 @@ -190,5 +188,3 @@ usage: } -//ABC_NAMESPACE_IMPL_END - -- cgit v1.2.3