Changeset 69076 in vbox for trunk/src/bldprogs/VBoxCompilerPlugIns.h
- Timestamp:
- Oct 13, 2017 2:42:00 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugIns.h
r62537 r69076 38 38 typedef struct VFMTCHKSTATE 39 39 { 40 long iFmt;41 long iArgs;42 const char *pszFmt;43 bool fMaybeNull;40 long iFmt; 41 long iArgs; 42 const char *pszFmt; 43 bool fMaybeNull; 44 44 #if defined(__GNUC__) && !defined(VBOX_COMPILER_PLUG_IN_AGNOSTIC) 45 gimple hStmt; 46 location_t hFmtLoc; 45 # if RT_GNUC_PREREQ(6, 0) 46 gimple const *hStmt; 47 # else 48 gimple hStmt; 49 # endif 50 location_t hFmtLoc; 47 51 #endif 48 52 } VFMTCHKSTATE;
Note:
See TracChangeset
for help on using the changeset viewer.