summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-29 19:08:54 -0400
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-29 19:08:54 -0400
commit6b1b368aaf8871799261d8b5fa1164a69188d138 (patch)
tree7df22b157b4ca11894715ee51c204f69280e8908 /src
parent781c66cbf38c257788af46481053231aa703502a (diff)
downloadabc-6b1b368aaf8871799261d8b5fa1164a69188d138.tar.gz
abc-6b1b368aaf8871799261d8b5fa1164a69188d138.tar.bz2
abc-6b1b368aaf8871799261d8b5fa1164a69188d138.zip
Updating code of non-ABC files to have no ABC-specific macros.
Diffstat (limited to 'src')
-rw-r--r--src/demo.c5
-rw-r--r--src/starter.c4
2 files changed, 0 insertions, 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 <stdio.h>
#include <time.h>
-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 <unistd.h>
#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
-