summaryrefslogtreecommitdiff
path: root/src/internal.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2026-03-10 19:29:58 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2026-03-10 19:29:58 +0100
commit2dd4663ee68419059f327545e70095c4257b19e3 (patch)
treefe3db2baa3f6d96a6e33cc37e77faa91440b3766 /src/internal.h
parent2e314136ed58b6860c667e379bef22190fe84aa2 (diff)
New upstream version 5.3upstream/5.3upstream
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal.h b/src/internal.h
index 2f5aa8f..1c24a56 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -40,7 +40,7 @@
#define MAXLNLEN 1024 /* max length for usual line */
#define HXMC_IDENT 0x200571AF
-#if !defined(__cplusplus)
+#if !defined(__cplusplus) && __STDC_VERSION__ < 202300L
# define nullptr NULL
#endif