Mercurial > hg > octave-kai > gnulib-hg
diff lib/diffseq.h @ 9669:8b484b0c3ae6
Add comments about required includes.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 03 Feb 2008 21:06:40 +0100 (2008-02-03) |
parents | bbbbbf4cd1c5 |
children | 2858c91c7452 |
line wrap: on
line diff
--- a/lib/diffseq.h +++ b/lib/diffseq.h @@ -1,6 +1,6 @@ /* Analyze differences between two vectors. - Copyright (C) 1988-1989, 1992-1995, 2001-2004, 2006, 2007 Free + Copyright (C) 1988-1989, 1992-1995, 2001-2004, 2006-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -50,7 +50,12 @@ NOTE_DELETE(ctxt, xoff) Record the removal of the object xvec[xoff]. NOTE_INSERT(ctxt, yoff) Record the insertion of the object yvec[yoff]. USE_HEURISTIC (Optional) Define if you want to support the - heuristic for large vectors. */ + heuristic for large vectors. + Before including this file, you also need to include: + #include <limits.h> + #include <stdbool.h> + #include "minmax.h" + */ /* Maximum value of type OFFSET. */ #define OFFSET_MAX \