diff options
Diffstat (limited to 'gdb/eval.c')
-rw-r--r-- | gdb/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ #include <ctype.h> /* This is defined in valops.c */ -extern int overload_resolution; +extern bool overload_resolution; /* Prototypes for local functions. */ |