aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/Alloca.h
blob: ea4e41c3a07bb536060ee23715d4d64e4081a2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- include/Support/Alloca.h - Support for alloca header -----*- C++ -*--=//
//
// Some platforms do not have alloca.h; others do. You can include this
// file instead of <alloca.h> and it will include <alloca.h> on the platforms
// that require you to do so to use alloca().
//
//===----------------------------------------------------------------------===//

#ifndef SUPPORT_ALLOCA_H
#define SUPPORT_ALLOCA_H

#include "Config/alloca.h"

#endif  /* SUPPORT_ALLOCA_H */