followup for miscellaneous objects[] macros

The DUMP_ENUMS definition of 'MARKER()' had the expansion of its
arguments backwards but isn't even needed, so get rid of it rather
than reverse them.  nethack --dumpenums handles them separately
from object definitions.
This commit is contained in:
PatR
2022-12-28 11:33:39 -08:00
parent ddd358aa03
commit 077fdcfaac
2 changed files with 13 additions and 11 deletions

View File

@@ -60,7 +60,7 @@
#define OBJECT(obj,bits,prp,sym,prob,dly,wt, \
cost,sdam,ldam,oc1,oc2,nut,color,sn) \
{ sn, #sn }
#define MARKER(tag,sn) { tag, #sn },
#define MARKER(tag,sn) /*empty*/
#else
#error Unproductive inclusion of objects.h