Ignore:
Timestamp:
Dec 25, 2008, 2:49:36 PM (17 years ago)
Author:
bird
Message:

incdep.c,expreval.c: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/expreval.c

    r2096 r2117  
    18301830{
    18311831    EXPRRET       rc;
    1832     unsigned char   uchVal;
     1832    unsigned char uchVal;
    18331833    PCEXPROP      pOp;
    1834     char const     *psz = pThis->psz;
     1834    char const   *psz = pThis->psz;
    18351835
    18361836    /*
     
    19311931                    if (chVal)
    19321932                    {
    1933                         PCEXPROP pOp = expr_lookup_op(psz, uchVal, 0 /* fUnary */);
     1933                        pOp = expr_lookup_op(psz, uchVal, 0 /* fUnary */);
    19341934                        if (pOp)
    19351935                            break;
Note: See TracChangeset for help on using the changeset viewer.