~mmach/netext73/isl

« back to all changes in this revision

Viewing changes to include/isl/maybe_ast_expr.h

  • Committer: NetBit73
  • Date: 2018-06-06 06:57:54 UTC
  • Revision ID: netbit73@gmail.com-20180606065754-qw4x4wd2t39mx8wl
synchronizacja 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef ISL_MAYBE_AST_EXPR_H
 
2
#define ISL_MAYBE_AST_EXPR_H
 
3
 
 
4
#define ISL_TYPE        isl_ast_expr
 
5
#include <isl/maybe_templ.h>
 
6
#undef ISL_TYPE
 
7
 
 
8
#endif