Browse Source

one more minor change

master
Michael Hamburg 10 years ago
parent
commit
524c78cdcd
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      include/decaf.h

+ 5
- 0
include/decaf.h View File

@@ -66,6 +66,11 @@ void decaf_add_sub (
const decaf_point_t c,
decaf_bool_t do_sub
) API_VIS NONNULL3;
#undef API_VIS
#undef WARN_UNUSED
#undef NONNULL2
#undef NONNULL3

#ifdef __cplusplus
}; /* extern "C" */


Loading…
Cancel
Save