Skip to content

Commit

Permalink
pprint.c: fix missing declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
harenome committed May 28, 2019
1 parent 5aaaa3f commit 281f54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/pprint.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ static void pprint_for(struct cloogoptions *options, FILE *dst, int indent,
struct clast_for *f);
static void pprint_stmt_list(struct cloogoptions *options, FILE *dst, int indent,
struct clast_stmt *s);
static int pprint_osl_body(struct cloogoptions *options, FILE *dst,
struct clast_user_stmt *u);


void pprint_name(FILE *dst, struct clast_name *n)
Expand Down

0 comments on commit 281f54d

Please sign in to comment.