VirtualBox

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


Ignore:
Timestamp:
Jun 8, 2009 12:14:32 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48285
Message:

iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

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

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/amd64/fenv.h

    r8245 r20362  
    9898#define _SSE_EMASK_SHIFT        7
    9999
    100 __BEGIN_DECLS
     100RT_BEGIN_DECLS
    101101
    102102/* Default floating-point environment */
     
    221221}
    222222
    223 __END_DECLS
     223RT_END_DECLS
    224224
    225225#ifndef RT_WITHOUT_NOCRT_WRAPPERS
  • trunk/include/iprt/nocrt/math.h

    r8245 r20362  
    210210 * as __pure2.  In C99, FENV_ACCESS affects the purity of these functions.
    211211 */
    212 __BEGIN_DECLS
     212RT_BEGIN_DECLS
    213213/*
    214214 * ANSI/POSIX
     
    559559long double RT_NOCRT(gammal)(long double);
    560560#endif
    561 __END_DECLS
     561RT_END_DECLS
    562562
    563563
  • trunk/include/iprt/nocrt/setjmp.h

    r8245 r20362  
    3333#include <iprt/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737#ifdef RT_ARCH_AMD64
     
    5050#endif
    5151
    52 __END_DECLS
     52RT_END_DECLS
    5353
    5454#endif
  • trunk/include/iprt/nocrt/stdlib.h

    r8245 r20362  
    3333#include <iprt/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737
    38 __END_DECLS
     38RT_END_DECLS
    3939
    4040#endif
  • trunk/include/iprt/nocrt/string.h

    r10137 r20362  
    3333#include <iprt/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737void *  RT_NOCRT(memchr)(const void *pv, int ch, size_t cb);
     
    8080#endif
    8181
    82 __END_DECLS
     82RT_END_DECLS
    8383
    8484#endif
  • trunk/include/iprt/nocrt/x86/fenv.h

    r8245 r20362  
    121121#endif
    122122
    123 __BEGIN_DECLS
     123RT_BEGIN_DECLS
    124124
    125125/* Default floating-point environment */
     
    260260}
    261261
    262 __END_DECLS
     262RT_END_DECLS
    263263
    264264#ifndef RT_WIHTOUT_NOCRT_WRAPPERS
     
    273273# define feenableexcept RT_NOCRT(feenableexcept)
    274274# define fedisableexcept RT_NOCRT(fedisableexcept)
    275 #endif 
     275#endif
    276276
    277277#endif  /* !__iprt_nocrt_x86_fenv_h__ */
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