| 133 |
|
|
| 134 |
static int g_iteration = 0; /* the current iteration. */ |
static int g_iteration = 0; /* the current iteration. */ |
| 135 |
|
|
| 136 |
/* moved from tcltk98/generic/interface/SimsProc.c */ |
/* moved from tcltk/generic/interface/SimsProc.c */ |
| 137 |
struct Instance *g_cursim; |
struct Instance *g_cursim; |
| 138 |
|
|
| 139 |
#define NEW_ext 1 |
#define NEW_ext 1 |
| 7390 |
case SELECT: |
case SELECT: |
| 7391 |
return CheckSELECT(inst,statement); |
return CheckSELECT(inst,statement); |
| 7392 |
case REL: /* not broken. equations disallowed. */ |
case REL: /* not broken. equations disallowed. */ |
| 7393 |
case LOGREL: |
case LOGREL: |
| 7394 |
case EXT: |
case EXT: |
| 7395 |
case CALL: |
case CALL: |
| 7396 |
case WHEN: |
case WHEN: |
| 7397 |
case FNAME: |
case FNAME: |
| 7398 |
if (g_iteration>=MAXNUMBER) { /* see WriteUnexecutedMessage */ |
if (g_iteration>=MAXNUMBER) { /* see WriteUnexecutedMessage */ |
| 7399 |
STATEMENT_ERROR(statement, |
STATEMENT_ERROR(statement, |
| 12071 |
} |
} |
| 12072 |
} |
} |
| 12073 |
else { |
else { |
| 12074 |
if ( st == REL || |
if ( st == REL || |
| 12075 |
#if NEW_ext |
#if NEW_ext |
| 12076 |
st == EXT || |
st == EXT || |
| 12077 |
#endif |
#endif |