~ubuntu-branches/ubuntu/wily/cloog/wily-proposed

« back to all changes in this revision

Viewing changes to isl/include/isl/deprecated/ast_int.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-04-24 15:07:57 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20150424150757-wumy8mdonvtgf29j
Tags: 0.18.3-1
* New upstream version.
* Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef ISL_DEPRECATED_AST_INT_H
 
2
#define ISL_DEPRECATED_AST_INT_H
 
3
 
 
4
#include <isl/deprecated/int.h>
 
5
#include <isl/ast.h>
 
6
 
 
7
#if defined(__cplusplus)
 
8
extern "C" {
 
9
#endif
 
10
 
 
11
int isl_ast_expr_get_int(__isl_keep isl_ast_expr *expr, isl_int *v);
 
12
 
 
13
#if defined(__cplusplus)
 
14
}
 
15
#endif
 
16
 
 
17
#endif