Changeset 91938 in vbox
- Timestamp:
- Oct 21, 2021 12:22:01 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147744
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1-generator-pass.h
r85124 r91938 754 754 rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrName, sizeof(*pThis->a_PtrName)); \ 755 755 if (RT_SUCCESS(rc)) \ 756 rc = RT_CONCAT(a_Api,_Clone)(pThis->a_PtrName, pSrc->a_PtrName, pAllocator); break 756 rc = RT_CONCAT(a_Api,_Clone)(pThis->a_PtrName, pSrc->a_PtrName, pAllocator); \ 757 break 757 758 # define RTASN1TMPL_PCHOICE_XTAG_EX(a_uTag, a_enmChoice, a_PtrTnNm, a_CtxTagN, a_Name, a_Type, a_Api, a_Constraints) \ 758 759 case a_enmChoice: /* A bit of presence paranoia here, but better safe than sorry... */ \
Note:
See TracChangeset
for help on using the changeset viewer.