|
| From: | Tatsuro MATSUOKA |
| Subject: | [Octave-bug-tracker] [bug #34210] profile.m test abort |
| Date: | Tue, 04 Oct 2011 07:46:16 +0000 |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.187 Safari/535.1 |
Follow-up Comment #14, bug #34210 (project octave):
In the changeset changeset 13269:b1882a8217ab
I found
+#if defined (CYGWIN) || defined (MINGW)
The above should be
+#if defined (__CYGWIN__) || defined (__MINGW32__)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?34210>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |