From 95732b497d12c98613bb3c5db16b61f377501a59 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 7 Dec 2005 14:08:12 +0000 Subject: Imported from ../bash-3.1.tar.gz. --- builtins.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'builtins.h') diff --git a/builtins.h b/builtins.h index 53fb527..f75e503 100644 --- a/builtins.h +++ b/builtins.h @@ -41,6 +41,8 @@ #define SPECIAL_BUILTIN 0x8 /* This is a Posix `special' builtin. */ #define ASSIGNMENT_BUILTIN 0x10 /* This builtin takes assignment statements. */ +#define BASE_INDENT 4 + /* The thing that we build the array of builtins out of. */ struct builtin { char *name; /* The name that the user types. */ -- cgit v1.2.3