Skip to content

Commit 8215492

Browse files
authored
Merge pull request #3244 from techee/haxe
haxe: remove unused setjmp.h include
2 parents de1f594 + 19f4ba6 commit 8215492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parsers/haxe.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
#include "general.h" /* must always come first */
1717
#include <ctype.h> /* to define isalpha () */
18-
#include <setjmp.h>
1918
#ifdef DEBUG
2019
#include <stdio.h>
2120
#endif

0 commit comments

Comments
 (0)