Subversion Repositories svn1-original

Rev

Rev 160 | Rev 174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 160 Rev 162
Line 21... Line 21...
21
#include    <memory.h>
21
#include    <memory.h>
22
#include    <stdlib.h>
22
#include    <stdlib.h>
23
#include    <stdio.h>
23
#include    <stdio.h>
24
#endif
24
#endif
25
 
25
 
-
 
26
#include "QDebug"
-
 
27
#define printf qDebug
-
 
28
 
26
extern MARA_CFG config;                          /* Working configuration */
29
extern MARA_CFG config;                          /* Working configuration */
27
extern int  parallel_legs;                       /* Legs run in Parallel */
30
extern int  parallel_legs;                       /* Legs run in Parallel */
28
extern ty_check_error check_error;
31
extern ty_check_error check_error;
29
extern char confile[20];                         /* Name of the config file */
32
extern char confile[20];                         /* Name of the config file */
30
extern char datfile[20];                         /* Name of the data file */
33
extern char datfile[20];                         /* Name of the data file */