* config.in: Regenerate.
[binutils-gdb.git] / gdb / expression.h
index ca216cf13e0bf62130acd0b787c69557dd46a48d..29ebde46b0e2f9b9aa8e16cefc847c717191285e 100644 (file)
@@ -347,6 +347,10 @@ enum exp_opcode
        Then comes another OP_DECFLOAT.  */
     OP_DECFLOAT,
 
+    /* OP_ADL_FUNC specifies that the function is to be looked up in an
+       Argument Dependent manner (Koenig lookup).  */
+    OP_ADL_FUNC,
+
      /* First extension operator.  Individual language modules define
        extra operators in *.inc include files below always starting with
        numbering at OP_EXTENDED0: