diff options
author | thegeorg <[email protected]> | 2025-08-24 15:59:56 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-08-24 16:16:25 +0300 |
commit | 44b8a2e37ee4a558fdbcb5cc4ebd38f3c624586f (patch) | |
tree | 104fc4605093a1fdfb55d15a20003cef3b91e802 /contrib/libs/yaml/src/config.h | |
parent | 70416efb6bec4e0daeb6f70711260a2185e18fa5 (diff) |
Bump nixpkgs revision to 24.05
commit_hash:5adc9b27af48577e01225ed6df2f1cc0c2d7e7db
Diffstat (limited to 'contrib/libs/yaml/src/config.h')
-rw-r--r-- | contrib/libs/yaml/src/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/yaml/src/config.h b/contrib/libs/yaml/src/config.h index 22a2296e5e6..81db2b43961 100644 --- a/contrib/libs/yaml/src/config.h +++ b/contrib/libs/yaml/src/config.h @@ -55,7 +55,7 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "0.2.5" -/* 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. */ #define STDC_HEADERS 1 @@ -75,8 +75,8 @@ /* Define the version string. */ #define YAML_VERSION_STRING "0.2.5" -/* Define to empty if `const' does not conform to ANSI C. */ +/* Define to empty if 'const' does not conform to ANSI C. */ /* #undef const */ -/* Define to `unsigned int' if <sys/types.h> does not define. */ +/* Define as 'unsigned int' if <stddef.h> doesn't define. */ /* #undef size_t */ |