* corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index fd03a6e0649a8b6efa9cc96175c7871b053d4a0d..f2944027aebc51f40718f3a413c9bb5a75ad8bb8 100644 (file)
@@ -180,6 +180,9 @@ struct op_print
   enum exp_opcode opcode;
   /* Precedence of operator.  These values are used only by comparisons.  */
   enum precedence precedence;
+
+  /* For a binary operator:  1 iff right associate.
+     For a unary operator:  1 iff postfix. */
   int right_assoc;
 };
 
This page took 0.022613 seconds and 4 git commands to generate.