Skip to content

Commit

Permalink
[WRAPPER] Added hack for parser helper to __attribute inline and nore…
Browse files Browse the repository at this point in the history
…turn
  • Loading branch information
ptitSeb committed Sep 20, 2024
1 parent 550b722 commit fb11af5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wrapperhelper/include-override/x86_64/stdc-predef.h
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,7 @@
#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L

#include_next "stdc-predef.h"

#define __attribute__(_)
#define inline
#define _Noreturn

0 comments on commit fb11af5

Please sign in to comment.