From 8572d6adf04d397505770b0b0d5cfd91cf6a92a8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 8 Jul 2002 02:26:47 +0000 Subject: Major updates in preparation for 3.80. New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come. --- make.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'make.h') diff --git a/make.h b/make.h index c527fb1..5162d8b 100644 --- a/make.h +++ b/make.h @@ -393,6 +393,8 @@ struct floc }; #define NILF ((struct floc *)0) +#define STRING_SIZE_TUPLE(_s) (_s), (sizeof (_s)-1) + /* Fancy processing for variadic functions in both ANSI and pre-ANSI compilers. */ @@ -419,7 +421,7 @@ extern char *xmalloc PARAMS ((unsigned int)); extern char *xrealloc PARAMS ((char *, unsigned int)); extern char *xstrdup PARAMS ((const char *)); extern char *find_next_token PARAMS ((char **, unsigned int *)); -extern char *next_token PARAMS ((char *)); +extern char *next_token PARAMS ((const char *)); extern char *end_of_token PARAMS ((char *)); extern void collapse_continuations PARAMS ((char *)); extern void remove_comments PARAMS((char *)); -- cgit v1.2.3