Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl2/texinfo/dist/lib
Module Name: src
Committed By: bad
Date: Fri May 23 09:34:12 UTC 2025
Modified Files:
src/external/gpl2/texinfo/dist/lib: system.h
Log Message:
disable bogus decl of strcasecmp and strncasecmp
gcc 15.1 treats conflicting prototypes as errors.
texinfo's configure never checks whether strcasecmp and strncasecmp are
declared. Therefore the correct #defines never make it into config.h
Just disable the declaration of the bogus prototypes.
Seen on Manajaro Linux with gcc 15.1. Reported by Vasyl Maksym Lanko.
PR toolchain/59440: tools build failures with gcc 15.1
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/texinfo/dist/lib/system.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index