Diff for /gforth/doc/gforth.ds between versions 1.155 and 1.156

version 1.155, 2006/04/02 21:54:33 version 1.156, 2006/04/08 19:32:42
Line 11797  to them are portable. Line 11797  to them are portable.
 At some point in the future this interface will be superseded by a  At some point in the future this interface will be superseded by a
 more convenient one with fewer portability issues.  But the resulting  more convenient one with fewer portability issues.  But the resulting
 words for calling the C function will still have the same interface,  words for calling the C function will still have the same interface,
 so will not need to change the calls.  so you will not need to change the calls.
   
 Anyway, here are the words for the current interface:  Anyway, here are the words for the current interface:
   
Line 11814  doc-longlong Line 11814  doc-longlong
 doc-dlonglong  doc-dlonglong
 doc-ulonglong  doc-ulonglong
 doc-udlonglong  doc-udlonglong
   doc-ptr
 doc-cfloat  doc-cfloat
 doc-cdouble  doc-cdouble
 doc-clongdouble  doc-clongdouble
Line 11829  doc-(longlong) Line 11830  doc-(longlong)
 doc-(dlonglong)  doc-(dlonglong)
 doc-(ulonglong)  doc-(ulonglong)
 doc-(udlonglong)  doc-(udlonglong)
   doc-(ptr)
 doc-(cfloat)  doc-(cfloat)
 doc-(cdouble)  doc-(cdouble)
 doc-(clongdouble)  doc-(clongdouble)

Removed from v.1.155  
changed lines
  Added in v.1.156


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>