From 23afdf82061d18cef253cb37e62fa42c48f1ecec Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 25 Jun 2022 13:44:44 +0200 Subject: [PATCH] no_asm.h: fix copy-n-paste error. --- src/no_asm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/no_asm.h b/src/no_asm.h index 9d07a081..6f7552c6 100644 --- a/src/no_asm.h +++ b/src/no_asm.h @@ -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