diff options
Diffstat (limited to 'src/misc/espresso/compl.c')
-rw-r--r-- | src/misc/espresso/compl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/compl.c b/src/misc/espresso/compl.c index 8f1c6606..a17eb278 100644 --- a/src/misc/espresso/compl.c +++ b/src/misc/espresso/compl.c @@ -26,6 +26,9 @@ #include "espresso.h" +ABC_NAMESPACE_IMPL_START + + #define USE_COMPL_LIFT 0 #define USE_COMPL_LIFT_ONSET 1 #define USE_COMPL_LIFT_ONSET_COMPLEX 2 @@ -678,3 +681,5 @@ pcover *Tnew; /* returned only if answer determined */ return MAYBE; } } +ABC_NAMESPACE_IMPL_END + |