From: Felix Fietkau Date: Sat, 26 Mar 2011 22:37:53 +0000 (+0100) Subject: fix building without plugin support X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=fdbcc5e94b080e501701885c8fc731b48ff946b0 fix building without plugin support --- diff --git a/uci_internal.h b/uci_internal.h index 32f2951..3bd55a1 100644 --- a/uci_internal.h +++ b/uci_internal.h @@ -20,7 +20,7 @@ #ifdef UCI_PLUGIN_SUPPORT #define __plugin extern #else -#define __plugin static +#define __plugin __private #endif struct uci_parse_context