commit bash-20200319 snapshot

This commit is contained in:
Chet Ramey
2020-03-23 09:43:16 -04:00
parent cf58e12ce6
commit 0b39c3bcd3
14 changed files with 164 additions and 10 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/* syntax.h -- Syntax definitions for the shell */
/* Copyright (C) 2000, 2001, 2005, 2008,2009 Free Software Foundation, Inc.
/* Copyright (C) 2000, 2001, 2005, 2008, 2009-2020 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -24,7 +24,7 @@
/* Defines for use by mksyntax.c */
#define slashify_in_quotes "\\`$\"\n"
#define slashify_in_here_document "\\`$"
#define slashify_in_here_document "\\`$\""
#define shell_meta_chars "()<>;&|"
#define shell_break_chars "()<>;&| \t\n"