diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/treelang/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/treelang/treelang.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/treelang/ChangeLog b/gcc/treelang/ChangeLog index eb5c55d..17f1076 100644 --- a/gcc/treelang/ChangeLog +++ b/gcc/treelang/ChangeLog @@ -1,3 +1,7 @@ +2005-02-27 Kazu Hirata <kazu@cs.umass.edu> + + * treelang.texi: Fix a typo. + 2005-02-26 James A. Morrison <phython@gcc.gnu.org> * parse.y (function_invocation, variable-ref, make_plus_expression): diff --git a/gcc/treelang/treelang.texi b/gcc/treelang/treelang.texi index 09d93d4..b25e15c 100644 --- a/gcc/treelang/treelang.texi +++ b/gcc/treelang/treelang.texi @@ -711,7 +711,7 @@ the programmer's intention.) @cindex questionable instructions @item There are a few warnings in treelang. For example an unused static function -generate a warnings when -Wunused-function is specified, similarily an unused +generate a warnings when -Wunused-function is specified, similarly an unused static variable generates a warning when -Wunused-variable are specified. The only treelang specific warning is a warning when an expression is in a return statement for functions that return void. |
