Tcl Source Code

View Ticket
Login
Ticket UUID: 53a917d6c9b966b9ebc075d13bdb484034cf875a
Title: Correctly check for __GNUC_MINOR__ in tcl.h.
Type: Patch Version: 8.6.1
Submitter: rakuco Created on: 2013-10-26 23:31:48
Subsystem: 52. Portability Support Assigned To: dkf
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2013-10-27 08:30:01
Resolution: Accepted Closed By: dkf
    Closed on: 2013-10-27 08:30:01
Description:
https://core.tcl.tk/tcl/info/5b94c3788ad1ab14 introduced a few checks for __GNUC__ and __GNUC_MINOR__, but misspelled __GNUC_MINOR__ in one of the occurrences.

The attached patch fixes that and should fix the build for code that includes tcl.h and builds -Werror -Wundef.
User Comments: dkf added on 2013-10-27 08:30:01:

Oops! My bad. Thanks for the patch; it's applied and will form part of our next 8.6-series release.


Attachments: