source:
trunk/src/emx/include/alloca.h@
1227
      
      | Last change on this file since 1227 was 18, checked in by , 23 years ago | |
|---|---|
| 
 | |
| File size: 158 bytes | |
| Line | |
|---|---|
| 1 | /* alloca.h (emx+gcc) */ | 
| 2 | |
| 3 | #ifndef _ALLOCA_H | 
| 4 | #define _ALLOCA_H | 
| 5 | |
| 6 | #if !defined (alloca) | 
| 7 | #define alloca(x) __builtin_alloca(x) | 
| 8 | #endif | 
| 9 | |
| 10 | #endif /* not _ALLOCA_H */ | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
