From 83ff2c1707b3c1e304feb2127503d9878b05fa9d Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Wed, 27 Dec 2017 04:38:07 -0800 Subject: Remove antiquated check for alignas C++14 required, alignas and alignof are now well supported as C++11 features. --- src/hyper/hthits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hyper') diff --git a/src/hyper/hthits.c b/src/hyper/hthits.c index 8b2c3c10..470bf297 100644 --- a/src/hyper/hthits.c +++ b/src/hyper/hthits.c @@ -96,7 +96,7 @@ badDB() static void -untexbuf(register char* s) +untexbuf(char* s) { char *d = s; -- cgit v1.2.3