VirtualBox

Changeset 31847 in vbox for trunk/include/iprt/alloca.h


Ignore:
Timestamp:
Aug 21, 2010 8:33:07 PM (14 years ago)
Author:
vboxsync
Message:

iprt: removed crc32.h and crc64.h, use crc.h instead.

File:
1 edited

Legend:

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

    r28800 r31847  
    2424 */
    2525
    26 #ifndef __iprt_alloca_h__
    27 #define __iprt_alloca_h__
     26#ifndef ___iprt_alloca_h
     27#define ___iprt_alloca_h
     28
     29#if defined(IN_RC) || defined(IN_RING0_AGNOSTIC)
     30# error "No alloca() in raw-mode and agnostic ring-0 context as it may have external dependencies like libgcc."
     31#endif
    2832
    2933/*
     
    3842/* ASSUMES GNU C */
    3943# define alloca(cb) __builtin_alloca(cb)
     44
    4045#else
    4146# include <stdlib.h>
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