Skip to content

Commit c036d2b

Browse files
authored
Merge pull request #301 from gtkiku/main
Fix newlib compilation with gcc >= 14
2 parents 052ba89 + d6002fc commit c036d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openasip/newlib-1.17.0/newlib/doc/makedoc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ There is no
3838
#include "ansidecl.h"
3939
#include <stdio.h>
4040
#include <stdlib.h>
41+
#include <string.h>
4142
#include <ctype.h>
4243

4344
#define DEF_SIZE 5000
@@ -797,6 +798,7 @@ DEFUN( iscommand,(ptr, idx),
797798
}
798799

799800

801+
int
800802
DEFUN(copy_past_newline,(ptr, idx, dst),
801803
string_type *ptr AND
802804
unsigned int idx AND

0 commit comments

Comments
 (0)