diff options
Diffstat (limited to 'src/misc/espresso/espresso.c')
-rw-r--r-- | src/misc/espresso/espresso.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/espresso.c b/src/misc/espresso/espresso.c index 8f05d43f..296f5673 100644 --- a/src/misc/espresso/espresso.c +++ b/src/misc/espresso/espresso.c @@ -47,6 +47,9 @@ #include "espresso.h" +ABC_NAMESPACE_IMPL_START + + pcover espresso(F, D1, R) pcover F, D1, R; { @@ -137,3 +140,5 @@ begin: return F; } +ABC_NAMESPACE_IMPL_END + |