* gnu-v3-abi.c (init_gnuv3_ops): Cast is_gnu_v3_mangled_dtor and
[deliverable/binutils-gdb.git] / gas / macro.h
index e6ade7cd8045cc9a0f900b4939a315b9fbaa4363..4fdaa52d09745af518a2c16eb64bfb796f7f9881 100644 (file)
@@ -45,6 +45,12 @@ typedef struct formal_struct {
   sb def;                      /* The default value.  */
   sb actual;                   /* The actual argument (changed on each expansion).  */
   int index;                   /* The index of the formal 0..formal_count - 1.  */
+  enum formal_type
+    {
+      FORMAL_OPTIONAL,
+      FORMAL_REQUIRED,
+      FORMAL_VARARG
+    } type;                    /* The kind of the formal.  */
 } formal_entry;
 
 /* Other values found in the index field of a formal_entry.  */
This page took 0.03838 seconds and 4 git commands to generate.