First profile for MacOS, to be improved
[texmacs.git] / src / src / Guile / scheme.hpp
blobc372e348480aff58fd8f86842375f0c7594c09f0
2 /******************************************************************************
3 * MODULE : scheme.hpp
4 * DESCRIPTION: Abstract interface for the manipulation of scheme objects
5 * COPYRIGHT : (C) 1999 Joris van der Hoeven
6 *******************************************************************************
7 * This software falls under the GNU general public license version 3 or later.
8 * It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9 * in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10 ******************************************************************************/
12 #ifndef SCHEME_HH
13 #define SCHEME_HH
15 // Inclusions from "Glue/glue.hpp" and "Scheme/evaluate.hpp"
16 void initialize_glue ();
17 void start_guile (int argc, char** argv, void (*call_back) (int, char**));
18 void initialize_guile ();
19 // End inclusions
21 #include "Scheme/object.hpp"
23 #endif // defined SCHEME_HH