comparison gcc/c-format.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
94 enum format_std_version std; 94 enum format_std_version std;
95 /* Same, if the modifier can be repeated, or NULL if it can't. */ 95 /* Same, if the modifier can be repeated, or NULL if it can't. */
96 const char *double_name; 96 const char *double_name;
97 enum format_lengths double_index; 97 enum format_lengths double_index;
98 enum format_std_version double_std; 98 enum format_std_version double_std;
99
100 /* If this flag is set, just scalar width identity is checked, and
101 not the type identity itself. */
102 int scalar_identity_flag;
99 } format_length_info; 103 } format_length_info;
100 104
101 105
102 /* Structure describing the combination of a conversion specifier 106 /* Structure describing the combination of a conversion specifier
103 (or a set of specifiers which act identically) and a length modifier. */ 107 (or a set of specifiers which act identically) and a length modifier. */