Name change.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 8 Aug 1995 22:58:33 +0000 (22:58 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 8 Aug 1995 22:58:33 +0000 (22:58 +0000)
v7/src/pcsample/pcsample.c
v7/src/pcsample/pcsdld.c

index bcd3c5a07ebdfd6763904c95c3db1bb75427be48..e100eaf5cfe7feacff22b06013775e08cec4be0c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: pcsample.c,v 1.2 1995/08/08 22:36:48 adams Exp $
+$Id: pcsample.c,v 1.3 1995/08/08 22:58:17 adams Exp $
 
 Copyright (c) 1990-1995 Massachusetts Institute of Technology
 
@@ -1462,7 +1462,7 @@ the previous value.")
     }
 }
 
-DEFINE_PRIMITIVE ("%PC-SAMPLE/GET-MAX-ZONE",
+DEFINE_PRIMITIVE ("%PC-SAMPLE/MAX-ZONE",
                  Prim_pc_sample_get_max_zone, 0, 0, 0)
 {
     PRIMITIVE_HEADER(0);
index 2c08e563db49524512480a606c0dd53e7aa45649..8bd7673ad1d1ff326ae924d0ed97314872754670 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: pcsdld.c,v 1.2 1995/08/08 22:37:15 adams Exp $
+$Id: pcsdld.c,v 1.3 1995/08/08 22:58:33 adams Exp $
 
 Copyright (c) 1990-1993 Massachusetts Institute of Technology
 
@@ -904,7 +904,7 @@ DEFUN_VOID        (initialize_pcsample_primitives)
 Set current pc-sampling zone to INDEX (a small exact integer), returning \
 the previous value.");
 
-  declare_primitive ("%PC-SAMPLE/GET-MAX-ZONE",
+  declare_primitive ("%PC-SAMPLE/MAX-ZONE",
                     Prim_pc_sample_get_max_zone, 0, 0, 0);
 
   declare_primitive ("%PC-SAMPLE/CLEAR-ZONES!",