aboutsummaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2023-05-01 13:42:43 +0100
committerSimon Tatham <anakin@pobox.com>2023-05-01 13:42:43 +0100
commitc48a9f44ffdd2bd2055a5296c84874716dd303b9 (patch)
treecafe7285cd7930454e8b5e444f4b5985d6f27203 /malloc.c
parent4de9836bc8c36cddead5e9efc6beff0692118b1e (diff)
downloadpuzzles-c48a9f44ffdd2bd2055a5296c84874716dd303b9.zip
puzzles-c48a9f44ffdd2bd2055a5296c84874716dd303b9.tar.gz
puzzles-c48a9f44ffdd2bd2055a5296c84874716dd303b9.tar.bz2
puzzles-c48a9f44ffdd2bd2055a5296c84874716dd303b9.tar.xz
Replace check of __STDC_VERSION__ with HAVE_STDINT_H.
Just spotted this in puzzles.h. We don't need to guess any more from the C standards version whether stdint.h is available: we've actually checked _precisely that_ in cmake, so it's better to use the answer.
Diffstat (limited to 'malloc.c')
0 files changed, 0 insertions, 0 deletions