Skip to content

Commit 46047a0

Browse files
committed
remove prototype extern int is_ptr_type()
because the function was already defined as an inline function in the same header file. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
1 parent f1e4ba1 commit 46047a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

symbol.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ static inline struct symbol *lookup_keyword(struct ident *ident, enum namespace
438438
#define is_restricted_type(type) (get_sym_type(type) == SYM_RESTRICT)
439439
#define is_fouled_type(type) (get_sym_type(type) == SYM_FOULED)
440440
#define is_bitfield_type(type) (get_sym_type(type) == SYM_BITFIELD)
441-
extern int is_ptr_type(struct symbol *);
442441

443442
void create_fouled(struct symbol *type);
444443
struct symbol *befoul(struct symbol *type);

0 commit comments

Comments
 (0)