diff options
| author | welinder@troll.com <welinder@troll.com> | 2004-08-17 15:20:25 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:02:50 -0700 |
| commit | 736cbc34dda3b6b9eae6297865ec6811ea27df83 (patch) | |
| tree | 1d82a50cf20b599c099a66b13368eee7427ac7ca /parse.h | |
| parent | cbb4be32c7eab4abcf1cd0cbe078768b2a5f0b8e (diff) | |
| download | sparse-dev-736cbc34dda3b6b9eae6297865ec6811ea27df83.tar.gz | |
Mondane cleanups at the level of typos.
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,8 +106,8 @@ extern void show_statement_list(struct statement_list *, const char *); extern int show_expression(struct expression *); extern void translation_unit(struct token *, struct symbol_list **); -extern struct symbol *ctype_integer(unsigned int spec); -extern struct symbol *ctype_fp(unsigned int spec); +extern struct symbol *ctype_integer(unsigned long spec); +extern struct symbol *ctype_fp(unsigned long spec); extern int match_string_ident(struct ident *, const char *); extern void copy_statement(struct statement *src, struct statement *dst); |
