[BACK]Return to cord.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gc / cord

Diff for /OpenXM_contrib/gc/cord/Attic/cord.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 1999/11/27 10:58:33 version 1.1.1.2, 2000/04/14 11:08:04
Line 41 
Line 41 
  * This interface is fairly big, largely for performance reasons.   * This interface is fairly big, largely for performance reasons.
  * The most basic constants and functions:   * The most basic constants and functions:
  *   *
  * CORD - the type fo a cord;   * CORD - the type of a cord;
  * CORD_EMPTY - empty cord;   * CORD_EMPTY - empty cord;
  * CORD_len(cord) - length of a cord;   * CORD_len(cord) - length of a cord;
  * CORD_cat(cord1,cord2) - concatenation of two cords;   * CORD_cat(cord1,cord2) - concatenation of two cords;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

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