[PATCH] mingw-w64: avoid undefining _REENTRANT

2023-09-30 Thread Stephen Kitt
pthread, and %{pthread:-D_REENTRANT} %{!no-pthread: } for non-default pthread. gcc/ChangeLog: * config/i386/mingw-w64.h (CPP_SPEC): Never undefine _REENTRANT, only define it when appropriate. Signed-off-by: Stephen Kitt --- gcc/config/i386/mingw-w64.h | 2 +- 1 file

Trivial spelling fixes ("informations")

2011-09-20 Thread Stephen Kitt
Hi, The Lintian tool used in Debian includes a number of checks for spelling mistakes. It currently complains about "informations" which appears in graphite output as well as code comments. The attached patches fix the code (output) and the comments, separately. I believe they're trivial enough n