repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pn2adg.cc: fix typo in comment
[ppn.git]
/
suif_inc.h
blob
d505b26f320e55b03450220579649b726282657a
1
#ifndef SUIF_H
2
#define SUIF_H
3
4
#define vector suif_vector
5
#define minus suif_minus
6
#include <suif1.h>
7
#include <useful.h>
8
#include <dependence.h>
9
#include <builder.h>
10
#include <porky.h>
11
#undef vector
12
#undef minus
13
14
#endif