Skip to content

Commit

Permalink
include: Update lightning.h to upstream version
Browse files Browse the repository at this point in the history
Update the local lightning.h to a version generated from the latest
upstream.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Nov 1, 2024
1 parent a6d647b commit 0651460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/lightning/lightning.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ typedef jit_int32_t jit_fpr_t;
# include <lightning/jit_riscv.h>
#elif defined(__loongarch__)
# include <lightning/jit_loongarch.h>
#elif defined(__sh__)
# include <lightning/jit_sh.h>
#endif

#define jit_flag_node 0x0001 /* patch node not absolute */
Expand Down

0 comments on commit 0651460

Please sign in to comment.