isl-noexceptions.h: clean up fixed part
commit83040b080dfe980b9b23cf08c3a727ba91b63e29
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 2 Nov 2017 09:39:38 +0000 (2 10:39 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 17 Nov 2017 15:21:03 +0000 (17 16:21 +0100)
tree08af6fd3f4dd94db1496aeb2a31bc8126d89e025
parent89cdbb2c5ec7f3789dd99f80ad796d06fef806f7
isl-noexceptions.h: clean up fixed part

In particular, isl-noexceptions.h.top contained a (reordered) copy
of the all.h file.  Use all.h itself such that it only needs
to be modified once when new headers are added.

isl-noexceptions.h.top also contained an #ifndef that was closed
by an #endif generated in interface/cpp.cc.
Introduce an interface/isl-noexceptions.h.bot to contain
the closing #endif instead.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
Makefile.am
interface/Makefile.am
interface/cpp.cc
interface/isl-noexceptions.h.bot [new file with mode: 0644]
interface/isl-noexceptions.h.pre [copied from interface/isl-noexceptions.h.top with 71% similarity]
interface/isl-noexceptions.h.top