~moo-imports/moo/SCATTERED_FOR

« back to all changes in this revision

Viewing changes to utils.c

  • Committer: nop
  • Date: 1998-12-14 13:17:26 UTC
  • Revision ID: cvs-1:nop-19981214131726-2z8vai8a2bdt0so0
Merge UNSAFE_OPTS (ref fixups); fix Log tag placement to fit CVS whims

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
    return reset_stream(s);
434
434
}
435
435
 
436
 
char rcsid_utils[] = "$Id: utils.c,v 1.3 1997/07/07 03:24:55 nop Exp $";
 
436
char rcsid_utils[] = "$Id: utils.c,v 1.4 1998/12/14 13:19:14 nop Exp $";
437
437
 
438
 
/* $Log: utils.c,v $
 
438
/* 
 
439
 * $Log: utils.c,v $
 
440
 * Revision 1.4  1998/12/14 13:19:14  nop
 
441
 * Merge UNSAFE_OPTS (ref fixups); fix Log tag placement to fit CVS whims
 
442
 *
439
443
 * Revision 1.3  1997/07/07 03:24:55  nop
440
444
 * Merge UNSAFE_OPTS (r5) after extensive testing.
441
 
 *
 
445
 * 
442
446
 * Revision 1.2.2.3  1997/03/21 15:11:22  bjj
443
447
 * add var_refcount interface
444
448
 *