From a013d4e66d2545c04e2599aa2e4a4fc50468153d Mon Sep 17 00:00:00 2001 From: cvpcs Date: Thu, 3 Jun 2010 02:20:07 -0500 Subject: first successful build of bash-4.1 --- builtins/colon.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 builtins/colon.c (limited to 'builtins/colon.c') diff --git a/builtins/colon.c b/builtins/colon.c new file mode 100644 index 0000000..d1ca614 --- /dev/null +++ b/builtins/colon.c @@ -0,0 +1,24 @@ +/* colon.c, created from colon.def. */ +#line 22 "./colon.def" + +#line 34 "./colon.def" + +#line 43 "./colon.def" + +#line 52 "./colon.def" + +/* Return a successful result. */ +int +colon_builtin (ignore) + char *ignore; +{ + return (0); +} + +/* Return an unsuccessful result. */ +int +false_builtin (ignore) + char *ignore; +{ + return (1); +} -- cgit v1.1