[cvs-nhc98] commit

Malcolm Wallace malcolm@sparud.net
Mon, 27 Nov 2000 18:10:36 +0100 (CET)


malcolm: Mon Nov 27 18:10:35 CET 2000
nhc/src/runtime/Builtin cHPutStr.c Makefile

Update of /usr/src/master/nhc/src/runtime/Builtin
In directory hinken:/tmp/cvs-serv13647/runtime/Builtin

Modified Files:
	Makefile 
Added Files:
	cHPutStr.c 
Log Message:
Change implementation of hPutStr to use native C-strings via the FFI,
rather than repeatedly doing hPutChar.  Gives a considerable speed-up
for large strings, at the expense of also requiring more space.