Skip to content

Commit

Permalink
Preprend correct header
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kruse committed Aug 31, 2021
1 parent 355e841 commit e704f73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ include/isl/cpp.h: interface/extract_interface$(BUILD_EXEEXT) libdep.a \
include/isl/isl-noexceptions.h: interface/extract_interface$(BUILD_EXEEXT) libdep.a \
cpp/cpp-checked.h.top cpp/cpp-checked.h.bot
$(MKDIR_P) "include/isl" && \
(cat $(srcdir)/cpp/cpp.h.top $(srcdir)/all.h && \
(cat $(srcdir)/cpp/cpp-checked.h.top $(srcdir)/all.h && \
interface/extract_interface$(BUILD_EXEEXT) \
--language=cpp-checked \
$(includes) $(srcdir)/all.h && \
Expand Down
1 change: 0 additions & 1 deletion cpp/cpp-checked.h.top
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,3 @@ enum class dim {
};

} // namespace isl

0 comments on commit e704f73

Please sign in to comment.