Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
/** \file mathenvironment.h
2
 *  math language specific version of environment. Currently experimental.
3
 *
4
 */
5
 
6
#ifndef __mathenvironment_h__
7
#define __mathenvironment_h__
8
 
9
#include "yacasbase.h"
10
#include "lispenvironment.h"
11
#include "lispevalhash.h"
12
#include "lispobject.h"
13
#include "lispatom.h"
14
#include "lispglobals.h"
15
 
16
#endif
17