home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / emx / include / alloca.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-12  |  176 b   |  11 lines

  1. /* alloca.h (emx+gcc) */
  2.  
  3. #if !defined (_ALLOCA_H)
  4. #define _ALLOCA_H
  5.  
  6. #if !defined (alloca)
  7. #define alloca __builtin_alloca
  8. #endif
  9.  
  10. #endif /* !defined (_ALLOCA_H) */
  11.