Changeset 104365 in vbox for trunk/include
- Timestamp:
- Apr 18, 2024 10:35:55 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r103976 r104365 102 102 # define RT_COMPILER_SUPPORTS_VA_ARGS 103 103 # define RT_COMPILER_SUPPORTS_LAMBDA 104 # define RT_IN_ASSEMBLER 104 105 #endif /* DOXYGEN_RUNNING */ 105 106 … … 234 235 #else 235 236 # error "RT_ARCH_VAL: port me" 237 #endif 238 239 /** @def RT_IN_ASSEMBLER 240 * Define when the source is being preprocessed for the assembler rather than 241 * the C, C++, Objective-C, or Objective-C++ compilers. */ 242 #ifdef __ASSEMBLER__ 243 # define RT_IN_ASSEMBLER 236 244 #endif 237 245
Note:
See TracChangeset
for help on using the changeset viewer.