Move declaration of overload_resolution to value.h
authorChristian Biesinger <cbiesinger@google.com>
Thu, 19 Sep 2019 04:40:15 +0000 (13:40 +0900)
committerChristian Biesinger <cbiesinger@google.com>
Fri, 20 Sep 2019 00:19:15 +0000 (09:19 +0900)
commite4153ae630fcc779ba414fdcea960394cb479e04
tree7d1b2ca75deb84efaa0afa721002da550357844f
parentc7ae7675cf726c343a1db3e27e3e5665cb485271
Move declaration of overload_resolution to value.h

The variable is defined in valops.c and has an extern decl in
eval.c; move it to the header file.

gdb/ChangeLog:

2019-09-19  Christian Biesinger  <cbiesinger@google.com>

* eval.c: Move declaration of overload_resolution to...
* value.h: ...here.
gdb/ChangeLog
gdb/eval.c
gdb/value.h
This page took 0.027146 seconds and 4 git commands to generate.