diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-03-10 19:29:59 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-03-10 19:29:59 +0100 |
| commit | 16f4eac7f59a219c0c4ddd0de383ac9f671a3ef0 (patch) | |
| tree | a730e6450d2097b8fdaac5a06e39bb7c778c15c5 /src/internal.h | |
| parent | bf5f80291e6e9ce931db4529652a4e6692d67f0c (diff) | |
| parent | 2dd4663ee68419059f327545e70095c4257b19e3 (diff) | |
Update upstream source from tag 'upstream/5.3'
Update to upstream version '5.3'
with Debian dir fd484bbdbd286e5ffa77d0173c8490f06250fc67
Diffstat (limited to 'src/internal.h')
| -rw-r--r-- | src/internal.h | 2 |
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 |
