forked from KolibriOS/kolibrios
4f7ee97ec9
git-svn-id: svn://kolibrios.org@4680 a494cfbc-eb01-0410-851d-a64ba20cac60
18 lines
330 B
C
18 lines
330 B
C
/** \file mathenvironment.h
|
|
* math language specific version of environment. Currently experimental.
|
|
*
|
|
*/
|
|
|
|
#ifndef __mathenvironment_h__
|
|
#define __mathenvironment_h__
|
|
|
|
#include "yacasbase.h"
|
|
#include "lispenvironment.h"
|
|
#include "lispevalhash.h"
|
|
#include "lispobject.h"
|
|
#include "lispatom.h"
|
|
#include "lispglobals.h"
|
|
|
|
#endif
|
|
|