]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/c-cppbuiltin.c
Remove obsolete Tru64 UNIX V5.1B support
[thirdparty/gcc.git] / gcc / c-family / c-cppbuiltin.c
index 608dba6ecd42decc80e87f0fcdbe7959c13df42d..40a0a620dbfd9e6570c4b9744fdc20cf86bcde46 100644 (file)
@@ -1,6 +1,6 @@
 /* Define builtin-in macros for the C family front ends.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+   2011, 2012 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -886,9 +886,6 @@ c_cpp_builtins (cpp_reader *pfile)
   /* Show the availability of some target pragmas.  */
   cpp_define (pfile, "__PRAGMA_REDEFINE_EXTNAME");
 
-  if (targetm.handle_pragma_extern_prefix)
-    cpp_define (pfile, "__PRAGMA_EXTERN_PREFIX");
-
   /* Make the choice of the stack protector runtime visible to source code.
      The macro names and values here were chosen for compatibility with an
      earlier implementation, i.e. ProPolice.  */