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/misc/espresso/cols.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/misc/espresso/cols.c') diff --git a/src/misc/espresso/cols.c b/src/misc/espresso/cols.c index ec3797e6..95f1ce7f 100644 --- a/src/misc/espresso/cols.c +++ b/src/misc/espresso/cols.c @@ -10,6 +10,9 @@ //#include "port.h" #include "sparse_int.h" +ABC_NAMESPACE_IMPL_START + + /* * allocate a new col vector @@ -312,3 +315,5 @@ sm_col *pcol; (void) fprintf(fp, " %d", p->row_num); } } +ABC_NAMESPACE_IMPL_END + -- cgit v1.2.3