diff options
author | Pedro Alves <palves@redhat.com> | 2019-01-23 18:58:28 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2019-01-23 18:58:28 +0000 |
commit | cf08fb29f8c484a34c4babb015348b220f80a33b (patch) | |
tree | 8ecd41fe1487c6916328cc8ff44e1002624a3a58 /gdb/proc-why.c | |
parent | ae73e2e2435cb706b18ba05734aee4137a271b3c (diff) | |
download | gdb-cf08fb29f8c484a34c4babb015348b220f80a33b.zip gdb-cf08fb29f8c484a34c4babb015348b220f80a33b.tar.gz gdb-cf08fb29f8c484a34c4babb015348b220f80a33b.tar.bz2 |
Rename ESC -> ESC_PARENS
A following patch will include common/preprocessor.h in some .c file
that also includes readline.h, and that revealed a conflict -- ESC is
defined by readline.h as well (actually readline's chardefs.h) with a
completely unrelated meaning:
#define ESC CTRL('[')
Rename our version to avoid the conflict.
gdb/ChangeLog:
2019-01-23 Pedro Alves <palves@redhat.com>
* common/preprocessor.h (ESC): Rename to ...
(ESC_PARENS): ... this.
* common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
(CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
Diffstat (limited to 'gdb/proc-why.c')
0 files changed, 0 insertions, 0 deletions