Changeset 290 for trunk/enki/BaseParser.d
- Timestamp:
- 03/31/08 14:50:53 (4 years ago)
- Files:
-
- trunk/enki/BaseParser.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/enki/BaseParser.d
r289 r290 80 80 /** error handling **/ 81 81 protected void setError(String text){ 82 debug writefln("[%d] Error: %s",pos,text);82 debug Stdout.formatln("[{}] Error: {}",pos,text); 83 83 ErrorData data; 84 84 data.pos = pos;
