Rev 3456 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3456 | Rev 3462 | ||
|---|---|---|---|
| Line 285... | Line 285... | ||
| 285 | } |
285 | } |
| 286 | 286 | ||
| 287 | if ((display_mask & DM_USER) != 0) { |
287 | if ((display_mask & DM_USER) != 0) { |
| 288 | oper = pcall->oper; |
288 | oper = pcall->oper; |
| 289 | 289 | ||
| 290 | if (oper != NULL && oper->rv_type != V_VOID || oper->respc > 0) { |
290 | if (oper != NULL && (oper->rv_type != V_VOID || oper->respc > 0)) { |
| 291 | printf("->"); |
291 | printf("->"); |
| 292 | 292 | ||
| 293 | if (oper->rv_type != V_VOID) { |
293 | if (oper->rv_type != V_VOID) { |
| 294 | putchar(' '); |
294 | putchar(' '); |
| 295 | val_print(retval, oper->rv_type); |
295 | val_print(retval, oper->rv_type); |