(T_ST): Fix typo in last change.

From-SVN: r6284
This commit is contained in:
Richard Kenner 1993-12-23 17:19:33 -05:00
parent ea87523e22
commit df8a401ad5
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ decl_attributes (decl, attributes)
#define T_C &char_type_node
#define T_V &void_type_node
#define T_W &wchar_type_node
#define T_ST &size_type
#define T_ST &sizetype
typedef struct {
char *format_chars;