Changeset 76460 in vbox
- Timestamp:
- Dec 25, 2018 4:19:10 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r76459 r76460 2635 2635 /* Special hack for error info. */ 2636 2636 if (cchFilename == sizeof("errmsgdata.h") - 1 && memcmp(pchFilename, RT_STR_TUPLE("errmsgdata.h")) == 0) 2637 iUsageLevel = 3; 2637 iUsageLevel = 4; 2638 2639 /* Special hack for code templates. */ 2640 if ( cchFilename >= sizeof(".cpp.h") 2641 && memcmp(&pchFilename[cchFilename - sizeof(".cpp.h") + 1], RT_STR_TUPLE(".cpp.h")) == 0) 2642 iUsageLevel = 4; 2638 2643 continue; 2639 2644 }
Note:
See TracChangeset
for help on using the changeset viewer.