Commit 6b1b368a by Alan Mishchenko

Updating code of non-ABC files to have no ABC-specific macros.

parent 781c66cb
...@@ -21,9 +21,6 @@ ...@@ -21,9 +21,6 @@
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
ABC_NAMESPACE_IMPL_START
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
/// DECLARATIONS /// /// DECLARATIONS ///
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
...@@ -182,5 +179,3 @@ clkVer = clock() - clk; ...@@ -182,5 +179,3 @@ clkVer = clock() - clk;
return 0; return 0;
} }
ABC_NAMESPACE_IMPL_END
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
//ABC_NAMESPACE_IMPL_START
// the max number of commands to execute from the input file // the max number of commands to execute from the input file
#define MAX_COMM_NUM 1000 #define MAX_COMM_NUM 1000
...@@ -190,5 +188,3 @@ usage: ...@@ -190,5 +188,3 @@ usage:
} }
//ABC_NAMESPACE_IMPL_END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment