Skip to content

Commit 99d9737

Browse files
committed
Adding missing prototypes
1 parent 308655f commit 99d9737

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
@@ -1195,6 +1195,9 @@ void print_string(FILE *std, T_print_context *pr_ctx, char *str) {
11951195
}
11961196
}
11971197
1198+
char isnan(double);
1199+
char isinf(double);
1200+
11981201
void print_double(FILE *std, T_print_context *pr_ctx, double f, int pmin, int pmax) {
11991202
print_indent(NULL, pr_ctx);
12001203
if (pmin < 0) {

0 commit comments

Comments
 (0)