1987-11-20 10:41:03 +00:00
|
|
|
#include <system.h>
|
1991-09-26 12:55:43 +00:00
|
|
|
#include "back.h"
|
1987-11-20 10:41:03 +00:00
|
|
|
|
1993-11-10 15:07:12 +00:00
|
|
|
void
|
1987-11-20 10:41:03 +00:00
|
|
|
not_implemented( instr)
|
|
|
|
char *instr;
|
|
|
|
{
|
|
|
|
fprint( STDERR, "!! %s, NOT implemented !!\n", instr);
|
|
|
|
}
|