File: cpu.ih

package info (click to toggle)
icmake 13.05.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,132 kB
  • sloc: cpp: 11,595; fortran: 883; makefile: 853; sh: 546; pascal: 342
file content (29 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#include "cpu.h"

#include <filesystem>

#ifdef fbb
    #include <bobcat/exception>
    #include <bobcat/stat>
    #include <bobcat/arg>
#else
    #include "../../tmp/build/exception/exception"
    #include "../../tmp/build/stat/stat"
    #include "../../tmp/build/arg/arg"
#endif

#include "../../tmp/build/opcodes/opcodes.h"
#include "../../tmp/build/bimheader/bimheader.h"
#include "../../tmp/build/as/as.h"
#include "../../tmp/build/builtinfunctions/builtinfunctions.h"
#include "../../tmp/build/tools/tools.h"

#include "../../xerr/xerr.ih"

#include "../int/int.h"
#include "../estring/estring.h"
#include "../list/list.h"


using namespace std;
using namespace FBB;