diff src/bytecode.c @ 16039:855c8d8ba0f0

Change all references from point to PT.
author Karl Heuer <kwzh@gnu.org>
date Sun, 01 Sep 1996 19:15:05 +0000
parents 77950cb46314
children 86408ea93da6
line wrap: on
line diff
--- a/src/bytecode.c	Sun Sep 01 19:09:14 1996 +0000
+++ b/src/bytecode.c	Sun Sep 01 19:15:05 1996 +0000
@@ -841,7 +841,7 @@
 	  break;
 
 	case Bpoint:
-	  XSETFASTINT (v1, point);
+	  XSETFASTINT (v1, PT);
 	  PUSH (v1);
 	  break;