From: Alex M. <ale...@us...> - 2007-04-11 20:21:56
|
Update of /cvsroot/win32forth/win32forth-stc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25621 Modified Files: primutil.f Log Message: arm: -- is no longer a comment in its own right Index: primutil.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/primutil.f,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** primutil.f 22 Mar 2007 02:11:27 -0000 1.24 --- primutil.f 11 Apr 2007 20:21:53 -0000 1.25 *************** *** 86,90 **** synonym // \ \ comment after // - synonym -- \ \ comment after -- synonym <a \ \ html link start marker : //{{no_dependencies}} ; \ so we can load .h file --- 86,89 ---- |