aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/gnulib/src/palloca.h
blob: 08eef69d762f339b031e62bccf70d356bcfc5bff (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#if defined(__FreeBSD__) 
    #include <stdlib.h> 
#else 
    #include <alloca.h> 
#endif