Skip to content

Commit

Permalink
Merge pull request #3244 from techee/haxe
Browse files Browse the repository at this point in the history
haxe: remove unused setjmp.h include
  • Loading branch information
masatake authored Dec 30, 2021
2 parents de1f594 + 19f4ba6 commit 8215492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsers/haxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
#include "general.h" /* must always come first */
#include <ctype.h> /* to define isalpha () */
#include <setjmp.h>
#ifdef DEBUG
#include <stdio.h>
#endif
Expand Down

0 comments on commit 8215492

Please sign in to comment.