VirtualBox

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


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

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

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

Legend:

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

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

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

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

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

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

    r20362 r20374  
    121121#endif
    122122
    123 RT_BEGIN_DECLS
     123RT_C_DECLS_BEGIN
    124124
    125125/* Default floating-point environment */
     
    260260}
    261261
    262 RT_END_DECLS
     262RT_C_DECLS_END
    263263
    264264#ifndef RT_WIHTOUT_NOCRT_WRAPPERS
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