From a6c8d0a52feded76a559efc3d1e68d4dcc16da75 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 25 Dec 2016 18:58:16 -0500 Subject: argv.h: use an option vector rather than a direct pointer to the option table. --- src/internal/mdso_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal/mdso_driver_impl.h') diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index ee02985..22fb893 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -8,6 +8,8 @@ #include #include "argv/argv.h" +#define MDSO_OPTV_ELEMENTS 64 + extern const struct argv_option mdso_default_options[]; enum app_tags { -- cgit v1.2.3