diff options
author | James A. Morrison <ja2morri@uwaterloo.ca> | 2003-12-05 06:45:48 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-12-04 22:45:48 -0800 |
commit | ed31a8173b85434c124d5627ae9265f6ea0c6c6a (patch) | |
tree | 62e1158a06f91c84fc84e7e43e35aed90214f802 /gcc/treelang/ChangeLog | |
parent | d15ae5d695685e78f3529cf49a0250900ad1e97a (diff) | |
download | gcc-ed31a8173b85434c124d5627ae9265f6ea0c6c6a.zip gcc-ed31a8173b85434c124d5627ae9265f6ea0c6c6a.tar.gz gcc-ed31a8173b85434c124d5627ae9265f6ea0c6c6a.tar.bz2 |
Patch from James Morrison
* lex.l: Add \t as a whitespace character.
* treelang.texi (Lexical Syntax): Document a tab as whitespace.
From-SVN: r74311
Diffstat (limited to 'gcc/treelang/ChangeLog')
-rw-r--r-- | gcc/treelang/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/treelang/ChangeLog b/gcc/treelang/ChangeLog index 36865e3..d017977 100644 --- a/gcc/treelang/ChangeLog +++ b/gcc/treelang/ChangeLog @@ -1,5 +1,8 @@ 2003-12-04 James A. Morrison <ja2morri@uwaterloo.ca> + * lex.l: Add \t as a whitespace character. + * treelang.texi (Lexical Syntax): Document a tab as whitespace. + * treelang.texi (What is GNU Treelang?): Fix a typo. (Lexical Syntax): Create an itemize list of keywords. Add commas to paragraph defining names. |