Undefined procedure.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 29 May 1987 17:40:27 +0000 (17:40 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 29 May 1987 17:40:27 +0000 (17:40 +0000)
v7/src/microcode/sgraph_a.c

index f7984900f7768a78f925f357b9fe5091d9687c56..e0f598a447ecdaf57a024ba4d7a12f9b48a0bfc9 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/sgraph_a.c,v 1.1 1987/05/28 00:53:01 jinx Exp $ */
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/sgraph_a.c,v 1.2 1987/05/29 17:40:27 jinx Rel $ */
 
 #include "scheme.h"
 #include "primitive.h"
@@ -315,7 +315,12 @@ Define_Primitive(Prim_Box_Rotate_Move, 2, "BOX-ROTATE-MOVE")
   block_read(screen_handle, x_source, y_source, ((int) x_length), ((int) y_length), 
             x_dest, y_dest);
 
+#if false
   Char_Array_90clw();
+#else
+  fprintf(stderr, "\nPrim_Box_Rotate_Move: Char_Array_90clw undefined.\n");
+  Primitive_Error(ERR_EXTERNAL_RETURN);
+#endif
 
   block_read(screen_handle, x_source, y_source, ((int) x_length), ((int) y_length), 
             x_dest, y_dest);