Subversion Repositories Kolibri OS

Rev

Rev 9705 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9705 Rev 9717
Line 19... Line 19...
19
#include 
19
#include 
20
#include 
20
#include 
21
#include 
21
#include 
22
#include "tok.h"
22
#include "tok.h"
Line -... Line 23...
-
 
23
 
-
 
24
#ifdef _KOS_
-
 
25
#include 
-
 
26
#endif
23
 
27
 
Line 24... Line 28...
24
static char **_Argv; //!!! simplest way to make your own variable
28
static char **_Argv; //!!! simplest way to make your own variable
25
 
29
 
26
unsigned char compilerstr[]="SPHINX C-- 0.239";
30
unsigned char compilerstr[]="SPHINX C-- 0.239";
Line 223... Line 227...
223
void CheckUndefClassProc();
227
void CheckUndefClassProc();
Line 224... Line 228...
224
 
228
 
225
// Added by Coldy
229
// Added by Coldy
Line 226... Line -...
226
void ParseObjCommand(int cmd);
-
 
227
 
-
 
228
#ifdef _KOS_
-
 
229
extern "C" {
-
 
230
    void con_set_title(char* title);
-
 
231
}
-
 
232
#endif
230
void ParseObjCommand(int cmd);
233
 
231
 
234
void ListId(int numfirstchar,unsigned char *list,unsigned short *ofs)
232
void ListId(int numfirstchar,unsigned char *list,unsigned short *ofs)
235
{
233
{
236
char buf[40];
234
char buf[40];