diff options
Diffstat (limited to 'src/misc/espresso/contain.c')
-rw-r--r-- | src/misc/espresso/contain.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/contain.c b/src/misc/espresso/contain.c index 710c4894..e6073076 100644 --- a/src/misc/espresso/contain.c +++ b/src/misc/espresso/contain.c @@ -24,6 +24,9 @@ #include "espresso.h" +ABC_NAMESPACE_IMPL_START + + /* sf_contain -- perform containment on a set family (delete sets which @@ -443,3 +446,5 @@ IN int totcnt, size; FREE(E1); return R; } +ABC_NAMESPACE_IMPL_END + |