Changeset 2117 for trunk/src/kmk/expreval.c
- Timestamp:
- Dec 25, 2008, 2:49:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/expreval.c
r2096 r2117 1830 1830 { 1831 1831 EXPRRET rc; 1832 unsigned char 1832 unsigned char uchVal; 1833 1833 PCEXPROP pOp; 1834 char const 1834 char const *psz = pThis->psz; 1835 1835 1836 1836 /* … … 1931 1931 if (chVal) 1932 1932 { 1933 PCEXPROPpOp = expr_lookup_op(psz, uchVal, 0 /* fUnary */);1933 pOp = expr_lookup_op(psz, uchVal, 0 /* fUnary */); 1934 1934 if (pOp) 1935 1935 break;
Note:
See TracChangeset
for help on using the changeset viewer.