Skip to content

Commit 81fde54

Browse files
committed
Adding missing prototypes
1 parent 71149a6 commit 81fde54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/mlang/backend_compilers/dgfip_gen_files.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,9 @@ void print_string(FILE *std, T_print_context *pr_ctx, char *str) {
12181218
}
12191219
}
12201220
1221+
char isnan(double);
1222+
char isinf(double);
1223+
12211224
void print_double(FILE *std, T_print_context *pr_ctx, double f, int pmin, int pmax) {
12221225
print_indent(NULL, pr_ctx);
12231226
if (pmin < 0) {

0 commit comments

Comments
 (0)