[Commit] nickle gram.y,1.117,1.118

Keith Packard commit@keithp.com
Tue, 06 May 2003 09:34:44 -0700


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv13550

Modified Files:
	gram.y 
Log Message:
Oops.  Broke # "operator"


Index: gram.y
===================================================================
RCS file: /local/src/CVS/nickle/gram.y,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- gram.y	2 May 2003 00:23:38 -0000	1.117
+++ gram.y	6 May 2003 16:34:42 -0000	1.118
@@ -256,7 +256,7 @@
 			FramePtr	f;
 
 			e = BuildCall("Command", "display_base",
-				      2, NewExprTree (DOLLAR, $2, 0), $4);
+				      2, NewExprTree (EXPR, $2, 0), $4);
 			GetNamespace (&s, &f);
 			t = NewThread (f, CompileExpr (e, 0));
 			ThreadsRun (t, 0);