Omdanii

Results 3 comments of Omdanii

> of course, you can submit a PR So can you please give me permission to do it?

@kbkpbot I have these lines in the file you mentioned ``` #define INLINE_KEYWORD inline #define FORCE_INLINE_ATTR __attribute__((always_inline)) #define UNUSED_ATTR __attribute__((unused)) #define FORCE_INLINE_TEMPLATE static INLINE_KEYWORD FORCE_INLINE_ATTR UNUSED_ATTR ``` But I don't...

> Did the tcc compilation work with the provided defines? Yes