1 /***** Autogenerated from runfile.in; changes will be overwritten *****/
2 
3 #ifndef runfile_H
4 #define runfile_H
5 namespace run {
6 void nullFile(vm::stack *);
7 void namePart(vm::stack *);
8 void modePart(vm::stack *);
9 void dimensionSetHelper(vm::stack *);
10 void dimensionSet(vm::stack *);
11 void dimensionPart(vm::stack *);
12 void lineSetHelper(vm::stack *);
13 void lineSet(vm::stack *);
14 void linePart(vm::stack *);
15 void csvSetHelper(vm::stack *);
16 void csvSet(vm::stack *);
17 void csvPart(vm::stack *);
18 void wordSetHelper(vm::stack *);
19 void wordSet(vm::stack *);
20 void wordPart(vm::stack *);
21 void singlerealSetHelper(vm::stack *);
22 void singlerealSet(vm::stack *);
23 void singlerealPart(vm::stack *);
24 void singleintSetHelper(vm::stack *);
25 void singleintSet(vm::stack *);
26 void singleintPart(vm::stack *);
27 void signedintSetHelper(vm::stack *);
28 void signedintSet(vm::stack *);
29 void signedintPart(vm::stack *);
30 void readSetHelper(vm::stack *);
31 void readSet(vm::stack *);
32 }
33 
34 #endif // runfile_H
35