diff gcc/cppbuiltin.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 561a7518be6b
children 84e7813d76e9
line wrap: on
line diff
--- a/gcc/cppbuiltin.h	Sun Aug 21 07:07:55 2011 +0900
+++ b/gcc/cppbuiltin.h	Fri Oct 27 22:46:09 2017 +0900
@@ -1,6 +1,5 @@
 /* Define builtin-in macros for all front ends that perform preprocessing
-   Copyright (C) 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -21,9 +20,6 @@
 #ifndef GCC_CPPBUILTIN_H
 #define GCC_CPPBUILTIN_H
 
-#include "coretypes.h"
-
-
 /* Parse a BASEVER version string of the format "major.minor.patchlevel"
    or "major.minor" to extract its components.  */
 extern void parse_basever (int *, int *, int *);