diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-12-27 04:38:07 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-12-27 04:38:07 -0800 |
commit | 83ff2c1707b3c1e304feb2127503d9878b05fa9d (patch) | |
tree | 06cadddd637ba9474bfacc2b14c18d1ebafe0def /src/rt | |
parent | d16f9a090321f1ec1e8b20f1fb30859bf93cea46 (diff) | |
download | open-axiom-83ff2c1707b3c1e304feb2127503d9878b05fa9d.tar.gz |
Remove antiquated check for alignas
C++14 required, alignas and alignof are now well supported as C++11
features.
Diffstat (limited to 'src/rt')
-rw-r--r-- | src/rt/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/Makefile.in b/src/rt/Makefile.in index 3a4cce43..7b829ab8 100644 --- a/src/rt/Makefile.in +++ b/src/rt/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, |