summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/cols.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/cols.c')
-rw-r--r--src/misc/espresso/cols.c5
1 files changed, 5 insertions, 0 deletions
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
+