Changeset 98319 in vbox for trunk/src/bldprogs/scm.h
- Timestamp:
- Jan 26, 2023 3:31:55 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scm.h
r98103 r98319 377 377 /** No rc declarations allowed, only hrc or vrc depending on the result type. */ 378 378 bool fOnlyHrcVrcInsteadOfRc; 379 380 /** Whether to standarize kmk makefiles. */ 381 bool fStandarizeKmk; 379 382 380 383 /** Update the copyright year. */ … … 479 482 bool ScmError(PSCMRWSTATE pState, int rc, const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(3, 4); 480 483 bool ScmFixManually(PSCMRWSTATE pState, const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(2, 3); 484 bool ScmFixManuallyV(PSCMRWSTATE pState, const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(2, 0); 481 485 482 486 extern const char g_szTabSpaces[16+1];
Note:
See TracChangeset
for help on using the changeset viewer.