From a7ed3610ca8f688a1be7d003df157163eebbf615 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 11 Jun 2014 00:32:13 +0200 Subject: options: remove a global variable This is probably the last one, at least with my current configuration. --- options/m_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options/m_config.h') diff --git a/options/m_config.h b/options/m_config.h index e20a99853f..958dc3d5e4 100644 --- a/options/m_config.h +++ b/options/m_config.h @@ -67,6 +67,9 @@ typedef struct m_config { int (*includefunc)(void *ctx, char *filename, int flags); void *includefunc_ctx; + // For the command line parser + int recursion_depth; + void *optstruct; // struct mpopts or other } m_config_t; -- cgit v1.2.3