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
9 lines
162 B
C
9 lines
162 B
C
#ifndef ISL_LOCAL_PRIVATE_H
|
|
#define ISL_LOCAL_PRIVATE_H
|
|
|
|
#include <isl_local.h>
|
|
|
|
__isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);
|
|
|
|
#endif
|