Changeset 53997 in vbox for trunk/include/iprt/alloca.h
- Timestamp:
- Jan 28, 2015 12:01:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/alloca.h
r44528 r53997 4 4 5 5 /* 6 * Copyright (C) 2006-201 0Oracle Corporation6 * Copyright (C) 2006-2015 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 48 48 # include <malloc.h> 49 49 # endif 50 # if def RT_OS_SOLARIS50 # if defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX) 51 51 # include <alloca.h> 52 52 # endif
Note:
See TracChangeset
for help on using the changeset viewer.