Commit ac5c8be2 by Kazu Hirata Committed by Kazu Hirata

* treelang.texi: Fix a typo.

From-SVN: r95611
parent fd0e6f78
2005-02-27 Kazu Hirata <kazu@cs.umass.edu>
* treelang.texi: Fix a typo.
2005-02-26 James A. Morrison <phython@gcc.gnu.org> 2005-02-26 James A. Morrison <phython@gcc.gnu.org>
* parse.y (function_invocation, variable-ref, make_plus_expression): * parse.y (function_invocation, variable-ref, make_plus_expression):
......
...@@ -711,7 +711,7 @@ the programmer's intention.) ...@@ -711,7 +711,7 @@ the programmer's intention.)
@cindex questionable instructions @cindex questionable instructions
@item @item
There are a few warnings in treelang. For example an unused static function 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. static variable generates a warning when -Wunused-variable are specified.
The only treelang specific warning is a warning when an expression is in a The only treelang specific warning is a warning when an expression is in a
return statement for functions that return void. return statement for functions that return void.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment