Skip to content

Commit

Permalink
no_asm.h: fix copy-n-paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jun 25, 2022
1 parent 2b929e6 commit 23afdf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/no_asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
typedef unsigned long long llimb_t;
#endif

#if !defined(__STDC_VERSION__) || __STDC_VERSION__<199901 || defined(__STDC_NO_
VLA__)
#if !defined(__STDC_VERSION__) || __STDC_VERSION__<199901 || defined(__STDC_NO_VLA__)
# error "unsupported compiler"
#endif

Expand Down

0 comments on commit 23afdf8

Please sign in to comment.