283 |
case BOOLEAN_INST: /* fall through */ |
case BOOLEAN_INST: /* fall through */ |
284 |
case SET_INST: /* fall through */ |
case SET_INST: /* fall through */ |
285 |
case SYMBOL_INST: /* fall through */ |
case SYMBOL_INST: /* fall through */ |
286 |
FPRINTF(ASCERR,"Instance type does not possess an GetInterfacePtr.\n"); |
/* FPRINTF(ASCERR,"Instance type does not possess an GetInterfacePtr."); */ |
287 |
|
break; |
288 |
default: |
default: |
289 |
ASC_PANIC("Undefined instance type passed to GetInterfacePtr.\n"); |
ASC_PANIC("Undefined instance type %d passed to GetInterfacePtr",i->t); |
290 |
} |
} |
291 |
return NULL; |
return NULL; |
292 |
} |
} |
293 |
|
|
344 |
case BOOLEAN_INST: /* fall through */ |
case BOOLEAN_INST: /* fall through */ |
345 |
case SET_INST: /* fall through */ |
case SET_INST: /* fall through */ |
346 |
case SYMBOL_INST: /* fall through */ |
case SYMBOL_INST: /* fall through */ |
347 |
FPRINTF(ASCERR,"Instance type does not possess an InterfacePtr.\n"); |
FPRINTF(ASCERR,"Instance type does not possess an InterfacePtr."); |
348 |
|
return; |
349 |
default: |
default: |
350 |
ASC_PANIC("Undefined instance type passed to InterfacePtr.\n"); |
ASC_PANIC("Undefined instance type passed to InterfacePtr.\n"); |
351 |
} |
} |