summaryrefslogtreecommitdiffstats
path: root/src/starter.c
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/starter.c
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/starter.c')
-rw-r--r--src/starter.c4
1 files changed, 0 insertions, 4 deletions
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
-