2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>

* doc/internals.texi (Expressions): Fix typo.
This commit is contained in:
Ulf Carlsson 2000-07-08 22:07:54 +00:00
parent f851444e73
commit 623aa22419
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
* doc/internals.texi (Expressions): Fix typo.
2000-07-08 Kazu Hirata <kazu@hxi.com>
* config/tc-sh.c: Fix formatting.

View File

@ -463,7 +463,7 @@ the other fields; see the definition in @file{expr.h} for the possibilities.
An @code{operatorT} value of @code{O_big} indicates either a floating point
number, stored in the global variable @code{generic_floating_point_number}, or
an integer to large to store in an @code{offsetT} type, stored in the global
an integer too large to store in an @code{offsetT} type, stored in the global
array @code{generic_bignum}. This rather inflexible approach makes it
impossible to use floating point numbers or large expressions in complex
expressions.