Changeset 2121 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Dec 25, 2008, 3:07:56 PM (17 years ago)
Author:
bird
Message:

kmk: make sure alloca.h gets included (Solaris again).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r2101 r2121  
    3737#  endif
    3838# endif
     39#elif defined(__sun__) && defined (HAVE_ALLOCA_H) /* bird: kill warnings. */
     40# include <alloca.h>
    3941#endif
    4042
Note: See TracChangeset for help on using the changeset viewer.