diff options
author | Alexander Ivchenko <alexander.ivchenko@intel.com> | 2014-08-12 11:05:24 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2014-08-12 11:05:24 +0000 |
commit | 5435176b314566bf4b8907d323619bc9c73076b3 (patch) | |
tree | cf5cb598880a14d3ff61a3f8e00cf42396550926 /fixincludes/tests/base | |
parent | 63a4184f758924df39c4c9ab54203128d6cbbbc4 (diff) | |
download | gcc-5435176b314566bf4b8907d323619bc9c73076b3.zip gcc-5435176b314566bf4b8907d323619bc9c73076b3.tar.gz gcc-5435176b314566bf4b8907d323619bc9c73076b3.tar.bz2 |
inclhack.def (complier_h_tradcpp): Remove.
fixincludes/
* inclhack.def (complier_h_tradcpp): Remove.
* fixincl.x: Regenerate.
* tests/base/linux/compiler.h: Remove.
From-SVN: r213853
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r-- | fixincludes/tests/base/linux/compiler.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fixincludes/tests/base/linux/compiler.h b/fixincludes/tests/base/linux/compiler.h deleted file mode 100644 index 7135276..0000000 --- a/fixincludes/tests/base/linux/compiler.h +++ /dev/null @@ -1,14 +0,0 @@ -/* DO NOT EDIT THIS FILE. - - It has been auto-edited by fixincludes from: - - "fixinc/tests/inc/linux/compiler.h" - - This had to be done to correct non-standard usages in the - original, manufacturer supplied header file. */ - - - -#if defined( COMPLIER_H_TRADCPP_CHECK ) -/* __builtin_warning(x, y...) is obsolete */ -#endif /* COMPLIER_H_TRADCPP_CHECK */ |