1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

Formerly make.h.~51~

This commit is contained in:
Roland McGrath 1992-07-30 19:41:18 +00:00
parent 47db5afe4f
commit 39e2dbb7b3

4
make.h
View File

@ -40,6 +40,10 @@ extern int errno;
#endif
#endif
#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
#define sys_siglist _sys_siglist
#endif
#ifndef isblank
#define isblank(c) ((c) == ' ' || (c) == '\t')
#endif