mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 20:20:38 +02:00
commit bash-20060316 snapshot
This commit is contained in:
@@ -48,6 +48,7 @@ extern int errno;
|
||||
#endif /* !errno */
|
||||
|
||||
extern int expand_aliases;
|
||||
extern int interrupt_immediately;
|
||||
extern int interactive_comments;
|
||||
extern int check_hashed_filenames;
|
||||
extern int source_uses_path;
|
||||
@@ -58,7 +59,7 @@ static int unquoted_tilde_word __P((const char *));
|
||||
static void initialize_group_array __P((void));
|
||||
|
||||
/* A standard error message to use when getcwd() returns NULL. */
|
||||
const char * const bash_getcwd_errstr = N_("getcwd: cannot access parent directories");
|
||||
char *bash_getcwd_errstr = N_("getcwd: cannot access parent directories");
|
||||
|
||||
/* Do whatever is necessary to initialize `Posix mode'. */
|
||||
void
|
||||
@@ -161,7 +162,7 @@ all_digits (string)
|
||||
not null. */
|
||||
int
|
||||
legal_number (string, result)
|
||||
const char *string;
|
||||
char *string;
|
||||
intmax_t *result;
|
||||
{
|
||||
intmax_t value;
|
||||
|
||||
Reference in New Issue
Block a user