build fix for NODUMPENUMS and more issue #916
I made more things in dump_enums() static and/or const. In the process I discovered both compile problems for NODUMPENUMS and when fixed, link problems for NODUMPENUMS+ENHANCED_SYMBOLS. The uft8map.c portion has no changes, just reformatting.
This commit is contained in:
@@ -437,15 +437,16 @@ struct breadcrumbs {
|
||||
E const char *ARGV0;
|
||||
#endif
|
||||
|
||||
enum earlyarg {ARG_DEBUG, ARG_VERSION, ARG_SHOWPATHS
|
||||
enum earlyarg {
|
||||
ARG_DEBUG, ARG_VERSION, ARG_SHOWPATHS
|
||||
#ifndef NODUMPENUMS
|
||||
, ARG_DUMPENUMS
|
||||
#endif
|
||||
#ifdef ENHANCED_SYMBOLS
|
||||
, ARG_DUMPGLYPHIDS
|
||||
#endif
|
||||
#endif /* NODUMPENUMS */
|
||||
#ifdef WIN32
|
||||
,ARG_WINDOWS
|
||||
, ARG_WINDOWS
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user