From 659fc6b55e28740c74d66dbe3bda765d1004a12e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Feb 2005 21:40:23 +0000 Subject: Implementation of the second expansion in explicit rules, static pattern rules and implicit rules. --- make.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make.h') diff --git a/make.h b/make.h index ad46e1f..e9ea18a 100644 --- a/make.h +++ b/make.h @@ -460,6 +460,10 @@ extern void user_access PARAMS ((void)); extern void make_access PARAMS ((void)); extern void child_access PARAMS ((void)); +extern char * +strip_whitespace PARAMS ((const char **begpp, const char **endpp)); + + #ifdef HAVE_VFORK_H # include #endif -- cgit v1.2.3