[Commit] nickle gram.y,1.121,1.122

Keith Packard commit at keithp.com
Tue Jun 17 10:49:42 PDT 2003


Committed by: keithp

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

Modified Files:
	gram.y 
Log Message:
implicit Debug::done on EOF

Index: gram.y
===================================================================
RCS file: /local/src/CVS/nickle/gram.y,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- gram.y	5 Jun 2003 15:07:14 -0000	1.121
+++ gram.y	17 Jun 2003 16:49:40 -0000	1.122
@@ -1875,6 +1875,11 @@
 {
     if (LexInteractive())
 	printf ("\n");
+    if (CurrentFrame)
+    {
+	do_Debug_done ();
+	return 0;
+    }
     return 1;
 }
 




More information about the Commit mailing list