comparison gcc/cppbuiltin.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 561a7518be6b
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Define builtin-in macros for all front ends that perform preprocessing 1 /* Define builtin-in macros for all front ends that perform preprocessing
2 Copyright (C) 2010 2 Copyright (C) 2010-2017 Free Software Foundation, Inc.
3 Free Software Foundation, Inc.
4 3
5 This file is part of GCC. 4 This file is part of GCC.
6 5
7 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
19 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
20 19
21 #ifndef GCC_CPPBUILTIN_H 20 #ifndef GCC_CPPBUILTIN_H
22 #define GCC_CPPBUILTIN_H 21 #define GCC_CPPBUILTIN_H
23 22
24 #include "coretypes.h"
25
26
27 /* Parse a BASEVER version string of the format "major.minor.patchlevel" 23 /* Parse a BASEVER version string of the format "major.minor.patchlevel"
28 or "major.minor" to extract its components. */ 24 or "major.minor" to extract its components. */
29 extern void parse_basever (int *, int *, int *); 25 extern void parse_basever (int *, int *, int *);
30 26
31 /* Define macros builtins common to all language performing CPP 27 /* Define macros builtins common to all language performing CPP