* Makefile.am: Fix space vs. tab problem in install-data-local.

* Makefile.in: Regenerate.
* libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__.
(_EXPARM): New macro for defining a function parameter.
* libc/include/stdlib.h: Use _EXPARM.
* libc/stdlib/mallocr.c: Don't build cfree for Cygwin.
This commit is contained in:
Christopher Faylor
2000-09-06 20:46:27 +00:00
parent b16bb9f718
commit a385ae7508
6 changed files with 41 additions and 22 deletions

View File

@ -3198,7 +3198,7 @@ Void_t* cALLOc(RARG n, elem_size) RDECL size_t n; size_t elem_size;
#endif /* DEFINE_CALLOC */
#ifdef DEFINE_CFREE
#if defined(DEFINE_CFREE) && !defined(__CYGWIN__)
/*