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
* ChangeLog: Fix.
[official-gcc.git]
/
gcc
/
ginclude
/
varargs.h
blob
4b9803e71ac664e5ca43c8b2f20c7de2e49f5bdc
1
#ifndef _VARARGS_H
2
#define _VARARGS_H
3
4
#error
"GCC no longer implements <varargs.h>."
5
#error
"Revise your code to use <stdarg.h>."
6
7
#endif