diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-03-13 10:33:18 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-03-13 10:33:18 +0000 |
commit | baa8612f1ddaa3e387fadb28ca60660b05f7042a (patch) | |
tree | ad4a6c797a9629a1f665788d26f3d2ec8bd9fc8e /lang/icc7/files/stdarg.h | |
parent | Update to 1.2 (diff) |
- some base system headers know about icc now, don't override them
where appropriate [1]
- make portlint happy [1]
- sync icc7 and icc [1]
- add linux_base as a patch depends for icc v8
Submitted by: Marius Strobl <marius@alchemy.franken.de> [1]
Requested by: maintainer [1]
Notes
Notes:
svn path=/head/; revision=103873
Diffstat (limited to 'lang/icc7/files/stdarg.h')
-rw-r--r-- | lang/icc7/files/stdarg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/icc7/files/stdarg.h b/lang/icc7/files/stdarg.h index c1d8b38de58c..e2f40091f821 100644 --- a/lang/icc7/files/stdarg.h +++ b/lang/icc7/files/stdarg.h @@ -1,3 +1,5 @@ +#ifndef __INTEL_COMPILER_STDARG_H_ +#define __INTEL_COMPILER_STDARG_H_ #include_next <stdarg.h> @@ -7,3 +9,5 @@ #define va_copy(dest, src) ((dest) = (src)) #endif #endif + +#endif /* !__INTEL_COMPILER_STDARG_H_ */ |