X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flinebuffer.h;h=dd76a4a2373ad2ad572091b9aec91fa3baeef463;hb=6e0c9a99ac662dd811105992a9c9f5f611569590;hp=4e3549162b122d8f4425f392a33125c53c039fa5;hpb=17448795e00be0976f6e6ec9bfbb285cc2c3d1dd;p=gnulib.git diff --git a/lib/linebuffer.h b/lib/linebuffer.h index 4e3549162..dd76a4a23 100644 --- a/lib/linebuffer.h +++ b/lib/linebuffer.h @@ -1,5 +1,5 @@ /* linebuffer.h -- declarations for reading arbitrarily long lines - Copyright (C) 1986, 1991, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1986, 1991, 1998, 1999, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,6 +35,9 @@ struct linebuffer # endif # endif +/* Avoid collision with readline() from libreadline. */ +#define readline readlinebuffer + /* Initialize linebuffer LINEBUFFER for use. */ void initbuffer PARAMS ((struct linebuffer *linebuffer));