From a79ac49b066a821b6d99bca846091854e3715a49 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 30 Jan 2008 03:48:43 +0100 Subject: [PATCH] document UCI_INTERNAL --- err.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/err.h b/err.h index 82eba81..bc83863 100644 --- a/err.h +++ b/err.h @@ -73,6 +73,12 @@ memcpy(ctx->trap, __old_trap, sizeof(ctx->trap)); \ } while(0) +/** + * UCI_INTERNAL: Do an internal call of a public API function + * + * Sets Exception handling to passthrough mode. + * Allows API functions to change behavior compared to public use + */ #define UCI_INTERNAL(func, ctx, ...) do { \ ctx->internal = true; \ func(ctx, __VA_ARGS__); \ -- 2.11.0