Changeset 95594 in vbox for trunk/include
- Timestamp:
- Jul 12, 2022 2:19:36 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1-generator-pass.h
r93115 r95594 363 363 364 364 /* No choice, just an empty, non-present structure. */ 365 # define RTASN1TMPL_BEGIN_PCHOICE() RTASN1TMPL_BEGIN_COMMON(); int rc = VINF_SUCCESS 365 # define RTASN1TMPL_BEGIN_PCHOICE() \ 366 RTASN1TMPL_BEGIN_COMMON(); \ 367 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \ 368 int rc = VINF_SUCCESS 366 369 # define RTASN1TMPL_PCHOICE_ITAG_EX(a_uTag, a_enmChoice, a_PtrName, a_Name, a_Type, a_Api, a_fClue, a_Constraints) \ 367 370 do { } while (0) 368 371 # define RTASN1TMPL_PCHOICE_XTAG_EX(a_uTag, a_enmChoice, a_PtrTnNm, a_CtxTagN, a_Name, a_Type, a_Api, a_Constraints) \ 369 372 do { } while (0) 370 # define RTASN1TMPL_END_PCHOICE() 373 # define RTASN1TMPL_END_PCHOICE() RTASN1TMPL_END_COMMON() 371 374 372 375
Note:
See TracChangeset
for help on using the changeset viewer.