VirtualBox

Changeset 2631 in kBuild for trunk/src


Ignore:
Timestamp:
Sep 6, 2012 3:19:53 PM (13 years ago)
Author:
bird
Message:

oops.

File:
1 edited

Legend:

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

    r2630 r2631  
    16161616{
    16171617        if (psh->commandname) {
    1618                 trace(psh, "synerror: %s: %d: Syntax error: %s", psh->commandname, psh->startlinno, msg);
     1618                TRACE((psh, "synerror: %s: %d: Syntax error: %s", psh->commandname, psh->startlinno, msg));
    16191619                outfmt(&psh->errout, "%s: %d: ", psh->commandname, psh->startlinno);
    16201620        } else {
    1621                 trace(psh, "synerror: Syntax error: %s\n", msg);
     1621                TRACE((psh, "synerror: Syntax error: %s\n", msg));
    16221622        }
    16231623        outfmt(&psh->errout, "Syntax error: %s\n", msg);
Note: See TracChangeset for help on using the changeset viewer.

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