The MinGW.org Windows System Libraries
Revision | 089a996027804536e512f76ea9d7ae2830432149 (tree) |
---|---|
Time | 2014-01-22 23:55:10 |
Author | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Reinstate complex math functions; (cf. issue #2174)
@@ -1,3 +1,9 @@ | ||
1 | +2014-01-22 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Reinstate complex math functions; (cf. issue #2174) | |
4 | + | |
5 | + * Makefile.in (complex_SOURCES): Delete bogus redefinition. | |
6 | + | |
1 | 7 | 2014-01-20 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 8 | |
3 | 9 | Correct position of Emacs mode specification lines. |
@@ -304,7 +304,6 @@ complex_SOURCES := \ | ||
304 | 304 | $(SRCDIR)/cprojl.c \ |
305 | 305 | $(SRCDIR)/csinl.c \ |
306 | 306 | $(SRCDIR)/ctanl.c |
307 | -complex_SOURCES := $(wildcard src/libcrt/complex/*.c) | |
308 | 307 | |
309 | 308 | SRCDIR := src/libcrt/ctype |
310 | 309 | ctype_SOURCES := $(SRCDIR)/isblank.c $(SRCDIR)/iswblank.c |