comparison gcc/c-common.h @ 38:27e6f95b2c21

mearge hgtags
author e075725
date Tue, 05 Jan 2010 17:33:06 +0900
parents caeb520cebed 855418dad1a3
children 326d9e06c2e3
comparison
equal deleted inserted replaced
35:3f5886e153cb 38:27e6f95b2c21
1035 extern enum omp_clause_default_kind c_omp_predetermined_sharing (tree); 1035 extern enum omp_clause_default_kind c_omp_predetermined_sharing (tree);
1036 1036
1037 /* Not in c-omp.c; provided by the front end. */ 1037 /* Not in c-omp.c; provided by the front end. */
1038 extern bool c_omp_sharing_predetermined (tree); 1038 extern bool c_omp_sharing_predetermined (tree);
1039 extern tree c_omp_remap_decl (tree, bool); 1039 extern tree c_omp_remap_decl (tree, bool);
1040 extern void record_types_used_by_current_var_decl (tree);
1040 1041
1041 /* In order for the format checking to accept the C frontend 1042 /* In order for the format checking to accept the C frontend
1042 diagnostic framework extensions, you must include this file before 1043 diagnostic framework extensions, you must include this file before
1043 toplev.h, not after. The C front end formats are a subset of those 1044 toplev.h, not after. The C front end formats are a subset of those
1044 for C++, so they are the appropriate set to use in common code; 1045 for C++, so they are the appropriate set to use in common code;