- Timestamp:
- Dec 25, 2008 1:49:36 PM (16 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 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; -
trunk/src/kmk/incdep.c
r2091 r2117 636 636 { 637 637 unsigned i; 638 #if def HAVE_PTHREAD638 #if defined (HAVE_PTHREAD) && !defined (CONFIG_WITHOUT_THREADS) 639 639 int rc; 640 640 pthread_attr_t attr; … … 648 648 int tid; 649 649 #endif 650 (void)f; 650 651 651 652 /* heap hacks */
Note:
See TracChangeset
for help on using the changeset viewer.