- Timestamp:
- Sep 6, 2012 3:19:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/parser.c
r2630 r2631 1616 1616 { 1617 1617 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)); 1619 1619 outfmt(&psh->errout, "%s: %d: ", psh->commandname, psh->startlinno); 1620 1620 } else { 1621 trace(psh, "synerror: Syntax error: %s\n", msg);1621 TRACE((psh, "synerror: Syntax error: %s\n", msg)); 1622 1622 } 1623 1623 outfmt(&psh->errout, "Syntax error: %s\n", msg);
Note:
See TracChangeset
for help on using the changeset viewer.