main.c | 1646 *tp = _error_; \ 1650 static char _error_[] = ""; variable in typeref:typename:char[] 1651 #define NXTNUM(n) if ((n = nxtnum(&tp, lineno),0) + tp != _error_) \ 1653 #define NXTXNUM(n) if ((n = nxtxnum(&tp, lp, lineno),0) + tp != _error_) \ 1665 *tp = _error_; 1698 *tp = _error_;
|