VirtualBox

Changeset 104365 in vbox for trunk/include


Ignore:
Timestamp:
Apr 18, 2024 10:35:55 PM (9 months ago)
Author:
vboxsync
Message:

iprt/cdefs.h: Added RT_IN_ASSEMBLER for when we're preprocessing for the assembler. bugref:9898 bugref:10653 bugref:10370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r103976 r104365  
    102102# define RT_COMPILER_SUPPORTS_VA_ARGS
    103103# define RT_COMPILER_SUPPORTS_LAMBDA
     104# define RT_IN_ASSEMBLER
    104105#endif /* DOXYGEN_RUNNING */
    105106
     
    234235#else
    235236# 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
    236244#endif
    237245
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette