diff options
| author | Jing Yu <jingyu@google.com> | 2009-11-05 15:11:04 -0800 |
|---|---|---|
| committer | Jing Yu <jingyu@google.com> | 2009-11-05 15:11:04 -0800 |
| commit | df62c1c110e8532b995b23540b7e3695729c0779 (patch) | |
| tree | dbbd4cbdb50ac38011e058a2533ee4c3168b0205 /gcc-4.2.1/fixincludes/tests/base/X11 | |
| parent | 8d401cf711539af5a2f78d12447341d774892618 (diff) | |
| download | toolchain_gcc-df62c1c110e8532b995b23540b7e3695729c0779.tar.gz toolchain_gcc-df62c1c110e8532b995b23540b7e3695729c0779.tar.bz2 toolchain_gcc-df62c1c110e8532b995b23540b7e3695729c0779.zip | |
Check in gcc sources for prebuilt toolchains in Eclair.
Diffstat (limited to 'gcc-4.2.1/fixincludes/tests/base/X11')
| -rw-r--r-- | gcc-4.2.1/fixincludes/tests/base/X11/ShellP.h | 21 | ||||
| -rw-r--r-- | gcc-4.2.1/fixincludes/tests/base/X11/Xmu.h | 16 |
2 files changed, 37 insertions, 0 deletions
diff --git a/gcc-4.2.1/fixincludes/tests/base/X11/ShellP.h b/gcc-4.2.1/fixincludes/tests/base/X11/ShellP.h new file mode 100644 index 000000000..45e8e1f70 --- /dev/null +++ b/gcc-4.2.1/fixincludes/tests/base/X11/ShellP.h @@ -0,0 +1,21 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/X11/ShellP.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( X11_CLASS_CHECK ) +struct { +#ifdef __cplusplus + char *c_class; +#else + char *class; +#endif +} mumble; + +#endif /* X11_CLASS_CHECK */ diff --git a/gcc-4.2.1/fixincludes/tests/base/X11/Xmu.h b/gcc-4.2.1/fixincludes/tests/base/X11/Xmu.h new file mode 100644 index 000000000..5fac5dba9 --- /dev/null +++ b/gcc-4.2.1/fixincludes/tests/base/X11/Xmu.h @@ -0,0 +1,16 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/X11/Xmu.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( X11_SPRINTF_CHECK ) +#ifndef __STDC__ +extern char * sprintf(); +#endif /* !defined __STDC__ */ +#endif /* X11_SPRINTF_CHECK */ |
