From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from c.mail.sonic.net (c.mail.sonic.net [64.142.111.80]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s7CL9ZHL010598 for ; Tue, 12 Aug 2014 17:09:35 -0400 (EDT) Received: from [10.0.1.3] (c-50-136-212-110.hsd1.ca.comcast.net [50.136.212.110]) (authenticated bits=0) by c.mail.sonic.net (8.14.9/8.14.9) with ESMTP id s7CL9Pve010161 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Tue, 12 Aug 2014 14:09:29 -0700 From: Guy Harris Content-Type: multipart/mixed; boundary="Apple-Mail=_5D529CC6-CF36-4F82-AF19-02597F4A081E" Subject: [patch] Fix typo in Makefile comment Message-Id: Date: Tue, 12 Aug 2014 14:09:25 -0700 To: "tech@mdocml.bsd.lv" X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-Sonic-CAuth: UmFuZG9tSVbtlD3PVhDAdH1EJiQygHlRLgUADBtOFnonbLTadAm4LFyCF0bOSB10S07raob+r8p04UKPQBV8SkigDKit3C9Z X-Sonic-ID: C;YNBi8GQi5BGxYd90oK8kYw== M;1k0o8WQi5BGxYd90oK8kYw== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd --Apple-Mail=_5D529CC6-CF36-4F82-AF19-02597F4A081E Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Really simple fix to really simple typo - "-Tacsii" -> "-Tascii". --Apple-Mail=_5D529CC6-CF36-4F82-AF19-02597F4A081E Content-Disposition: attachment; filename=patch Content-Type: application/octet-stream; name="patch" Content-Transfer-Encoding: 7bit *** Makefile.dist 2014-08-10 10:26:46.000000000 -0700 --- Makefile 2014-08-12 14:04:48.000000000 -0700 *************** *** 30,36 **** # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a # UCS-4 value) should you define USE_WCHAR. If you define it and your # system DOESN'T support this, -Tlocale will produce garbage. ! # If you don't define it, -Tlocale is a synonym for -Tacsii. # CFLAGS += -DUSE_WCHAR --- 30,36 ---- # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a # UCS-4 value) should you define USE_WCHAR. If you define it and your # system DOESN'T support this, -Tlocale will produce garbage. ! # If you don't define it, -Tlocale is a synonym for -Tascii. # CFLAGS += -DUSE_WCHAR --Apple-Mail=_5D529CC6-CF36-4F82-AF19-02597F4A081E-- -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv