2 * (c) Oleg Puchinin 2007
3 * graycardinalster@gmail.com
10 int kindsFile (char * fileName
, int type
)
16 if (SB_FLGET (SB_FLDEBUG
))
17 logToFile (ENV
->debug_file
, (char *) "kindsFile: %s %d\n", fileName
, type
);
20 if (tt
->loadFile (fileName
) < 0) {
25 if (tt
->init () < 0) {
31 op
= tt
->nextOperator ();
35 if (! SB_FLGET (SB_FLCPP
)) {
42 globalsPrint (tt
->tt
, tt
->op (), m_type
);