extern void Interpret (int pop_return_p);
extern void Do_Micro_Error (long, bool);
-extern void Translate_To_Point (SCHEME_OBJECT);
extern void Stack_Death (void) NORETURN;
extern SCHEME_OBJECT * control_point_start (SCHEME_OBJECT);
extern SCHEME_OBJECT * control_point_end (SCHEME_OBJECT);
* continues after the evaluation.
*/
-/* When in RC_MOVE_TO_ADJACENT_POINT in the interpreter, the following
- information is available on the stack (placed there by
- Translate_To_Point
-*/
-#define TRANSLATE_FROM_POINT 0
-#define TRANSLATE_FROM_DISTANCE 1
-#define TRANSLATE_TO_POINT 2
-#define TRANSLATE_TO_DISTANCE 3
-
/* TRUE
* The initial binding of the variable T is to an object of this type.
* This type is the beginnings of a possible move toward a system where