diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-06 18:13:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-09 19:07:09 -0400 |
commit | 943f9baa37aa2704820439d4f72a7624c7eb4968 (patch) | |
tree | 6524433ccdab90d3755b1283fddc0292aa36c2bb /sim/ppc/gen-model.c | |
parent | dc3de083d522ef0fb465adaacd065a61481d4007 (diff) | |
download | fsf-binutils-gdb-943f9baa37aa2704820439d4f72a7624c7eb4968.zip fsf-binutils-gdb-943f9baa37aa2704820439d4f72a7624c7eb4968.tar.gz fsf-binutils-gdb-943f9baa37aa2704820439d4f72a7624c7eb4968.tar.bz2 |
sim: cleanup obsolete NULL fallback
We require C11 which defines NULL, so drop the inconsistent set of
fallback defines in the codebase.
Diffstat (limited to 'sim/ppc/gen-model.c')
-rw-r--r-- | sim/ppc/gen-model.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/ppc/gen-model.c b/sim/ppc/gen-model.c index a591d31..1322391 100644 --- a/sim/ppc/gen-model.c +++ b/sim/ppc/gen-model.c @@ -30,10 +30,6 @@ #include "gen-model.h" -#ifndef NULL -#define NULL 0 -#endif - static void model_c_or_h_data(insn_table *table, |