Changeset 342 for cpp/frams/param
- Timestamp:
- 03/24/15 20:59:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.cpp
r334 r342 429 429 unquoteTilde(s); 430 430 if (linenum && (flags(i)&PARAM_LINECOMMENT)) 431 s = SString::sprintf("@ line %d\n", *linenum + 1) + s;431 s = SString::sprintf("@file %s\n@line %d\n", f->VgetPath(), *linenum + 1) + s; 432 432 set(i, (const char*)s); 433 433 if (linenum)
Note: See TracChangeset
for help on using the changeset viewer.