Skip to content

Commit

Permalink
Remove definition of LJ_FASTCALL (a NOP)
Browse files Browse the repository at this point in the history
LJ_FASTCALL is a NOP on RaptorJIT supported platforms.
  • Loading branch information
lukego committed Mar 14, 2017
1 parent ac49377 commit ac6311d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lj_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ static LJ_AINLINE uint32_t lj_getu32(const void *p)
#endif

/* Optional defines. */
#ifndef LJ_FASTCALL
#define LJ_FASTCALL
#endif
#ifndef LJ_NORET
#define LJ_NORET
#endif
Expand Down

0 comments on commit ac6311d

Please sign in to comment.