mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
1999-09-11 Donn Terry <donn@interix.com>
* expr.c (expr): Change first parameter to int. * config/obj-coff.c: Add declarations for static functions. (coff_frob_symbol): Use SYM_AUXENT. * config/tc-i386.h (flag_16bit_code): Don't declare.
This commit is contained in:
@ -1616,10 +1616,11 @@ operator ()
|
||||
/* Parse an expression. */
|
||||
|
||||
segT
|
||||
expr (rank, resultP)
|
||||
operator_rankT rank; /* Larger # is higher rank. */
|
||||
expr (rankarg, resultP)
|
||||
int rankarg; /* Larger # is higher rank. */
|
||||
expressionS *resultP; /* Deliver result here. */
|
||||
{
|
||||
operator_rankT rank = (operator_rankT) rankarg;
|
||||
segT retval;
|
||||
expressionS right;
|
||||
operatorT op_left;
|
||||
|
Reference in New Issue
Block a user