From: Dirk B. <db...@us...> - 2005-05-14 11:13:34
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4704/src/lib Modified Files: ScintillaLexer.f Log Message: Added CFA-FUNC to the Scintilla-Lexer, so that it's displayed as a defining word in SciEdit. Index: ScintillaLexer.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ScintillaLexer.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ScintillaLexer.f 7 May 2005 15:53:14 -0000 1.2 --- ScintillaLexer.f 14 May 2005 11:13:26 -0000 1.3 *************** *** 64,68 **** ,{ CATCH THROW ABORT QUIT AS MACRO #DEFINE } ,{ RECORD: ;RECORD ;RECORDSIZE: BYTES BYTE BITS SHORT INT DINT } ! ,{ MACRO: ENDM SUBR: } create UserWords2 --- 64,68 ---- ,{ CATCH THROW ABORT QUIT AS MACRO #DEFINE } ,{ RECORD: ;RECORD ;RECORDSIZE: BYTES BYTE BITS SHORT INT DINT } ! ,{ MACRO: ENDM SUBR: CFA-FUNC } create UserWords2 |