Skip to content

Commit

Permalink
fixed gcc/clang build.
Browse files Browse the repository at this point in the history
  • Loading branch information
clerkma committed Feb 25, 2020
1 parent 02a7af1 commit a400772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aptex-src.c
Original file line number Diff line number Diff line change
Expand Up @@ -3606,6 +3606,8 @@ static void reset_trie(void);
static boolean get_strings_started(void);
static void init_prim(void);
static void store_fmt_file(void);
static boolean str_eq_str(str_number s, str_number t);
static pointer prim_lookup(str_number s);
static void primitive_(str_number s, quarterword c, halfword o);
static void fix_date_and_time(void);

Expand Down

0 comments on commit a400772

Please sign in to comment.