Commit 0d82e89f authored by Rémi Duraffort's avatar Rémi Duraffort

Lower the size of the module_t structure because not any module as more than...

Lower the size of the module_t structure because not any module as more than 15 shortcut (I choose 20 to be safe)

Thanks to Pierre d'Herbemont who pointed this out.
parent 5f2dc0e2
......@@ -69,7 +69,7 @@ struct module_cache_t
};
#define MODULE_SHORTCUT_MAX 50
#define MODULE_SHORTCUT_MAX 20
/* The module handle type. */
#if defined(HAVE_DL_DYLD) && !defined(__x86_64__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment