- Timestamp:
- Feb 15, 2024 12:10:06 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 161702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCPP.cpp
r100618 r103384 1976 1976 unsigned ch2 = vbcppMacroExpandPeekCh(pExp, poff); 1977 1977 /** @todo This ain't right wrt line splicing. */ 1978 if (ch2 == '/' || ch == '*')1978 if (ch2 == '/' || ch2 == '*') 1979 1979 { 1980 1980 if (ch2 == '/') … … 3959 3959 char ch2 = *pParser->pszCur; 3960 3960 if ( ch == '0' 3961 && (ch == 'x' || ch== 'X'))3961 && (ch2 == 'x' || ch2 == 'X')) 3962 3962 { 3963 3963 ch2 = *++pParser->pszCur;
Note:
See TracChangeset
for help on using the changeset viewer.