diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-23 16:57:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-23 16:57:39 +0000 |
commit | bf2d48b6183812c31eea89eca2162acb2c5fb475 (patch) | |
tree | 7881398841fd49833e19c5806426460f97b33e2b /Build/source/libs/potrace/config.h.in | |
parent | 6e45d4e3a7fb597f3ed6d828082055fd072f200c (diff) |
reautoconf with autoconf-2.72
git-svn-id: svn://tug.org/texlive/trunk@69203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/potrace/config.h.in')
-rw-r--r-- | Build/source/libs/potrace/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/potrace/config.h.in b/Build/source/libs/potrace/config.h.in index 12af5d5eb41..a253e69083d 100644 --- a/Build/source/libs/potrace/config.h.in +++ b/Build/source/libs/potrace/config.h.in @@ -48,7 +48,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if all of the C90 standard headers exist (not just the ones +/* Define to 1 if all of the C89 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for backward compatibility; new code need not use it. */ #undef STDC_HEADERS @@ -61,7 +61,7 @@ #define below would cause a syntax error. */ #undef _UINT64_T -/* Define to `__inline__' or `__inline' if that's what the C compiler +/* Define to '__inline__' or '__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline |