From 0361423469ec3c70d3e053ef475e2bed686b86d8 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 13 Jun 2006 23:43:28 +1000 Subject: Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly darcs-hash:20060613134328-ac50b-05ae75eb5cc081b680f38e8866fac00a679cc266.gz --- builtin_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin_set.c') diff --git a/builtin_set.c b/builtin_set.c index 1e3e42b1..6841aeb4 100644 --- a/builtin_set.c +++ b/builtin_set.c @@ -381,7 +381,7 @@ static void print_variables(int include_values, int esc, int scope) The set builtin. Creates, updates and erases environment variables and environemnt variable arrays. */ -int builtin_set( wchar_t **argv ) +static int builtin_set( wchar_t **argv ) { /** -- cgit v1.2.3