Skip to content

Commit

Permalink
Make the gcc/clang asm keyword available, even when running in standa…
Browse files Browse the repository at this point in the history
…rd C mode.
  • Loading branch information
krono committed Feb 23, 2018
1 parent 5e13635 commit 3e2d4b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/unix/vm/sqConfig.h
Expand Up @@ -33,3 +33,8 @@
#if defined( __clang__)
# define NeverInline __attribute__ ((noinline))
#endif

/* Make the gcc/clang asm keyword available, even when running
* in standard C mode.
*/
#define asm __asm__

0 comments on commit 3e2d4b5

Please sign in to comment.