- Timestamp:
- Feb 24, 2022 4:05:57 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150161
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/bldprogs/scmrw.cpp ¶
r93931 r93933 3306 3306 || !ScmIsCIdentifierChar(pchHit[cchWord])) ) 3307 3307 { 3308 if (i < 3)3308 if (i < 5) 3309 3309 ScmFixManually(pState, "%u:%zu: %s is not allow! Use GUEST_%s or HOST_%s instead.\n", 3310 3310 iLine, pchHit - pchLine + 1, pszWord, pszWord, pszWord);
Note:
See TracChangeset
for help on using the changeset viewer.