mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
c8db99d323
GCC had a horrible .gitignore, untracked files were not applied
11 lines
196 B
C
11 lines
196 B
C
#ifndef ISL_MAYBE_AST_GRAFT_LIST_H
|
|
#define ISL_MAYBE_AST_GRAFT_LIST_H
|
|
|
|
#include "isl_ast_graft_private.h"
|
|
|
|
#define ISL_TYPE isl_ast_graft_list
|
|
#include <isl/maybe_templ.h>
|
|
#undef ISL_TYPE
|
|
|
|
#endif
|