summaryrefslogtreecommitdiff
path: root/ports/cxd56/alloca.h
blob: aad2f8b5b33e707770f4c23e058bd5caa66291ad (plain)
1
2
3
4
5
6
#ifndef _ALLOCA_H
#define _ALLOCA_H

#define alloca __builtin_alloca

#endif /* _ALLOCA_H */