VirtualBox

Changeset 7200 in vbox for trunk/include/iprt/nocrt


Ignore:
Timestamp:
Feb 28, 2008 2:46:33 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28508
Message:

RT_WITHOUT_NOCRT_WRAPPER_ALIASES - to drop the alias macros.

Location:
trunk/include/iprt/nocrt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/math.h

    r5999 r7200  
    559559
    560560
    561 #ifndef RT_WITHOUT_NOCRT_WRAPPERS
     561#if !defined(RT_WITHOUT_NOCRT_WRAPPERS) && !defined(RT_WITHOUT_NOCRT_WRAPPER_ALIASES)
    562562/* sed -e "/#/d" -e "/RT_NOCRT/!d" -e "s/^.*RT_NOCRT(\([a-z0-9_]*\)).*$/# define \1 RT_NOCRT(\1)/" */
    563563# define __infinity RT_NOCRT(__infinity)
  • trunk/include/iprt/nocrt/setjmp.h

    r5999 r7200  
    4040extern int RT_NOCRT(longjmp)(RT_NOCRT(jmp_buf), int);
    4141
    42 #ifndef RT_WITHOUT_NOCRT_WRAPPERS
     42#if !defined(RT_WITHOUT_NOCRT_WRAPPERS) && !defined(RT_WITHOUT_NOCRT_WRAPPER_ALIASES)
    4343# define jmp_buf RT_NOCRT(jmp_buf)
    4444# define setjmp RT_NOCRT(setjmp)
  • trunk/include/iprt/nocrt/string.h

    r5999 r7200  
    5252char *  RT_NOCRT(strstr)(const char *psz, const char *pszSub);
    5353
    54 #ifndef RT_WITHOUT_NOCRT_WRAPPERS
     54#if !defined(RT_WITHOUT_NOCRT_WRAPPERS) && !defined(RT_WITHOUT_NOCRT_WRAPPER_ALIASES)
    5555# define memchr   RT_NOCRT(memchr)
    5656# define memcmp   RT_NOCRT(memcmp)
Note: See TracChangeset for help on using the changeset viewer.

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