View | Details | Raw Unified | Return to bug 32242
Collapse All | Expand All

(-)parsetime.c (-1 / +5 lines)
Lines 579-585 Link Here
579
    init_scanner(argc-optind, argv+optind);
579
    init_scanner(argc-optind, argv+optind);
580
580
581
    switch (token()) {
581
    switch (token()) {
582
    case NOW:	/* now is optional prefix for PLUS tree */
582
    case NOW:	
583
            if (scc < 1) {
584
                    return nowtimer;
585
            }
586
	    /* now is optional prefix for PLUS tree */
583
	    expect(PLUS);
587
	    expect(PLUS);
584
    case PLUS:
588
    case PLUS:
585
	    plus(&runtime);
589
	    plus(&runtime);

Return to bug 32242