string-table: do not ignore 'scope' argument

This commit is contained in:
Yu Watanabe 2018-08-28 12:40:25 +09:00
parent e094eb1188
commit 22ac37aa00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ ssize_t string_table_lookup(const char * const *table, size_t len, const char *k
}
#define _DEFINE_STRING_TABLE_LOOKUP_FROM_STRING_FALLBACK(name,type,max,scope) \
type name##_from_string(const char *s) { \
scope type name##_from_string(const char *s) { \
type i; \
unsigned u = 0; \
if (!s) \