|
From: George H. <geo...@us...> - 2012-05-08 20:57:40
|
Update of /cvsroot/win32forth/win32forth/apps/PictureViewer
In directory vz-cvs-4.sog:/tmp/cvs-serv15576/PictureViewer
Modified Files:
PVMenu.f
Log Message:
Minor mods
Index: PVMenu.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/PictureViewer/PVMenu.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PVMenu.f 28 Aug 2008 01:39:50 -0000 1.2
--- PVMenu.f 8 May 2012 20:57:38 -0000 1.3
***************
*** 13,17 ****
defined
IF drop
! ELSE count "header NextID DOCON , ,
THEN ;
--- 13,17 ----
defined
IF drop
! ELSE NextID swap count ['] constant execute-parsing
THEN ;
|