diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-03-25 15:41:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 20:59:46 -0700 |
| commit | 4fd2962a5ff6b118f287d6dd479a0509e8f25457 (patch) | |
| tree | d488854b19a795a74966dc1db4ab1d79302cdd12 /parse.h | |
| parent | 1c5968beb66fc631e74fd2ddacaf4c4da52b90cc (diff) | |
| download | sparse-dev-4fd2962a5ff6b118f287d6dd479a0509e8f25457.tar.gz | |
Clean up type handling in a big way. Don't leave those
dangling anonymous "int_type" types with magic modifiers,
but turn all types into explicit C types.
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,4 +80,7 @@ extern void show_statement_list(struct statement_list *, const char *); extern void 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); + #endif /* PARSE_H */ |
