GNU PROLOG with UTF8 support
Main Page
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
gprolog-utf8-tree
src
EnginePl
engine_pl.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------*
2
* GNU Prolog *
3
* *
4
* Part : Prolog engine *
5
* File : engine_pl.h *
6
* Descr.: general header file *
7
* Author: Daniel Diaz *
8
* *
9
* Copyright (C) 1999-2015 Daniel Diaz *
10
* *
11
* This file is part of GNU Prolog *
12
* *
13
* GNU Prolog is free software: you can redistribute it and/or *
14
* modify it under the terms of either: *
15
* *
16
* - the GNU Lesser General Public License as published by the Free *
17
* Software Foundation; either version 3 of the License, or (at your *
18
* option) any later version. *
19
* *
20
* or *
21
* *
22
* - the GNU General Public License as published by the Free *
23
* Software Foundation; either version 2 of the License, or (at your *
24
* option) any later version. *
25
* *
26
* or both in parallel, as here. *
27
* *
28
* GNU Prolog is distributed in the hope that it will be useful, *
29
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
30
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
31
* General Public License for more details. *
32
* *
33
* You should have received copies of the GNU General Public License and *
34
* the GNU Lesser General Public License along with this program. If *
35
* not, see http://www.gnu.org/licenses/. *
36
*-------------------------------------------------------------------------*/
37
38
39
#include "gp_config.h"
40
#include "
pl_params.h
"
41
#include "
hash_fct.h
"
42
#include "
hash.h
"
43
#include "
bool.h
"
44
#include "wam_regs.h"
45
#include "wam_archi.h"
46
#include "
engine.h
"
47
#include "
atom.h
"
48
#include "
pred.h
"
49
#include "
misc.h
"
50
#include "
oper.h
"
51
#include "
machine1.h
"
52
#include "
machine.h
"
53
#include "
stacks_sigsegv.h
"
54
#include "
obj_chain.h
"
55
#include "
wam_inst.h
"
56
#include "
if_no_fd.h
"
misc.h
engine.h
hash.h
hash_fct.h
oper.h
pred.h
pl_params.h
wam_inst.h
obj_chain.h
if_no_fd.h
machine1.h
atom.h
stacks_sigsegv.h
bool.h
machine.h
Generated by
1.8.11