Skip to content

Commit

Permalink
Remove #ifdef around BUILTINgcc
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Dec 18, 2013
1 parent ccea9b0 commit 9cdef05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/declaration.h
Expand Up @@ -544,9 +544,7 @@ enum BUILTIN
BUILTINbsr, // core.bitop.bsr
BUILTINbsf, // core.bitop.bsf
BUILTINbswap, // core.bitop.bswap
#ifdef IN_GCC
BUILTINgcc, // GCC builtin
#endif
};

Expression *eval_builtin(Loc loc, BUILTIN builtin, Expressions *arguments);
Expand Down

0 comments on commit 9cdef05

Please sign in to comment.