Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
 
2
#define __mathcommands_h__
3
4
 
5
#include "lispenvironment.h"
6
#include "lispevalhash.h"
7
#include "lispobject.h"
8
#include "lispglobals.h"
9
10
 
11
 
12
13
 
14
#define CORE_KERNEL_FUNCTION_ALIAS(iname,fname,nrargs,flags)  int JimDummyFunction();
15
#define OPERATOR(kind, prec, yacas_name) int JimDummyFunction();
16
17
 
18
#undef CORE_KERNEL_FUNCTION
19
#undef CORE_KERNEL_FUNCTION_ALIAS
20
#undef OPERATOR
21
22
 
23