summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/rows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/rows.c')
-rw-r--r--src/misc/espresso/rows.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/rows.c b/src/misc/espresso/rows.c
index bf0c0baa..b807153e 100644
--- a/src/misc/espresso/rows.c
+++ b/src/misc/espresso/rows.c
@@ -10,6 +10,9 @@
//#include "port.h"
#include "sparse_int.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*
* allocate a new row vector
@@ -312,3 +315,5 @@ sm_row *prow;
(void) fprintf(fp, " %d", p->col_num);
}
}
+ABC_NAMESPACE_IMPL_END
+