/[pspp]/pspp/src/dfm-read.c
ViewVC logotype

Diff of /pspp/src/dfm-read.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by blp, Mon Nov 15 09:51:22 2004 UTC revision 1.2 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 326  dfm_eof (struct dfm_reader *r) Line 326  dfm_eof (struct dfm_reader *r)
326     which is not null-terminated.  The caller must not free or     which is not null-terminated.  The caller must not free or
327     modify the returned string.  */     modify the returned string.  */
328  void  void
329  dfm_get_record (struct dfm_reader *r, struct len_string *line)  dfm_get_record (struct dfm_reader *r, struct fixed_string *line)
330  {  {
331    assert ((r->flags & DFM_ADVANCE) == 0);    assert ((r->flags & DFM_ADVANCE) == 0);
332    assert ((r->flags & DFM_EOF) == 0);    assert ((r->flags & DFM_EOF) == 0);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26