VirtualBox

Changeset 2630 in kBuild for trunk/src


Ignore:
Timestamp:
Sep 6, 2012 3:17:44 PM (12 years ago)
Author:
bird
Message:

drop some tracing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/parser.c

    r2628 r2630  
    809809        for (;;) {      /* until token or start of word found */
    810810                c = pgetc_macro(psh);
    811 trace(psh, "xxreadtoken: c=%#x", c);
    812811                if (c == ' ' || c == '\t')
    813812                        continue;               /* quick check for white space first */
     
    855854                case ')':
    856855                        RETURN(TRP);
    857                 default:
     856                default:
    858857                        goto breakloop;
    859858                }
     
    16211620        } else {
    16221621                trace(psh, "synerror: Syntax error: %s\n", msg);
    1623         }
     1622        }
    16241623        outfmt(&psh->errout, "Syntax error: %s\n", msg);
    16251624        error(psh, (char *)NULL);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette