add PIC relocations for x86_64, and use a simpler hack in place of x86_64_high_symbol()
[ghc-hetmet.git] / utils / hp2ps / Reorder.h
1 #ifndef REORDER_H
2 #define REORDER_H
3
4 void Reorder  PROTO((void));
5 int  OrderOf  PROTO((char *));
6 void OrderFor PROTO((char *, int));
7
8 #endif /* REORDER_H */