repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* xcoffout.h (xcoffout_source_line): Update prototype.
[official-gcc.git]
/
libiberty
/
config.h-vms
blob
d84453101e817a15642849b24ba45e6d7ca88b0e
1
/* This is -*- C -*- */
2
#define HAVE_STDLIB_H 1
3
#define HAVE_UNISTD_H 1
4
#define HAVE_STRING_H 1
5
#define HAVE_SYS_STAT_H 1
6
#define HAVE_SYS_TIME_H 1
7
8
/* Cheat: use vms builtin alloca. */
9
#ifdef __DECC
10
#define C_alloca(x) __ALLOCA(x)
11
#endif