diff options
author | Alan Modra <amodra@gmail.com> | 2025-07-09 08:59:10 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-07-09 09:35:06 +0930 |
commit | 1a12e548ba3cc61c62211d22b1e5c058fbc8a138 (patch) | |
tree | 88a2ea3affe31ab1157795a4db177bf020d2c32c /gdb/python/py-gdb-readline.c | |
parent | a0f33694e25651552651e3b518ce793bd2d8bc14 (diff) | |
download | binutils-1a12e548ba3cc61c62211d22b1e5c058fbc8a138.zip binutils-1a12e548ba3cc61c62211d22b1e5c058fbc8a138.tar.gz binutils-1a12e548ba3cc61c62211d22b1e5c058fbc8a138.tar.bz2 |
gas NULL casts
This removes many unnecessary NULL casts. I'm also adding a few arg
casts in concat calls, to make the code consistent. Advice from quite
a few years ago was that it's better to use the exact type for args
corresponding to function ellipses, in case NULL is defined as plain
0. (I think that happened with some early 64-bit systems. Plain NULL
ought to be OK nowadays.)
Diffstat (limited to 'gdb/python/py-gdb-readline.c')
0 files changed, 0 insertions, 0 deletions