diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-13 06:52:25 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-13 06:52:25 +0000 |
commit | 4146d8d0c4bcb7e8279fe1e64b53af27d9665dab (patch) | |
tree | 5821dcf62e73f98b0e121810a1a6f35ef735cb8a /gcc/fixinc | |
parent | 6f3ca28152e7e46251c188f3f825d56fcd897500 (diff) | |
download | gcc-4146d8d0c4bcb7e8279fe1e64b53af27d9665dab.zip gcc-4146d8d0c4bcb7e8279fe1e64b53af27d9665dab.tar.gz gcc-4146d8d0c4bcb7e8279fe1e64b53af27d9665dab.tar.bz2 |
inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass (for OpenBSD).
* fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
(for OpenBSD).
* fixinc/fixincl.x: Rebuild.
From-SVN: r69284
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/fixincl.x | 6 | ||||
-rw-r--r-- | gcc/fixinc/inclhack.def | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index b1b0704..f76d6e7 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -2,11 +2,11 @@ * * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been AutoGen-ed Saturday July 12, 2003 at 03:37:51 PM EDT + * It has been AutoGen-ed Sunday July 13, 2003 at 02:48:14 AM EDT * From the definitions inclhack.def * and the template file fixincl */ -/* DO NOT CVS-MERGE THIS FILE, EITHER Sat Jul 12 15:37:51 EDT 2003 +/* DO NOT CVS-MERGE THIS FILE, EITHER Sun Jul 13 02:48:14 EDT 2003 * * You must regenerate it. Use the ./genfixes script. * @@ -1007,7 +1007,7 @@ tSCC zAvoid_Wchar_T_TypeSelect0[] = * content bypass pattern - skip fix if pattern found */ tSCC zAvoid_Wchar_T_TypeBypass0[] = - "we must use the C\\+\\+ compiler's type"; + "__cplusplus"; tSCC zAvoid_Wchar_T_TypeBypass1[] = "_LINUX_NLS_H"; tSCC zAvoid_Wchar_T_TypeBypass2[] = diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 76df445..ae0ddcb 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -644,7 +644,7 @@ fix = { hackname = avoid_wchar_t_type; select = "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;"; - bypass = "we must use the C\\+\\+ compiler's type"; + bypass = "__cplusplus"; bypass = "_LINUX_NLS_H"; bypass = "XFree86: xc/lib/X11/Xlib\\.h"; |