X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flinebuffer.h;h=70781de3b79fa5ccea3c5fce3b19a630560f292a;hb=6aae241f16ed2dbe57475cb4c8b3a5b1ca1e9699;hp=265431ad7c898154d090c60a1022b55917a784a0;hpb=d5985c96943c32b363b4d1e7a832ab3a693a84f0;p=gnulib.git diff --git a/lib/linebuffer.h b/lib/linebuffer.h index 265431ad7..70781de3b 100644 --- a/lib/linebuffer.h +++ b/lib/linebuffer.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* A `struct linebuffer' holds a line of text. */ @@ -24,6 +24,7 @@ struct linebuffer char *buffer; }; +#undef __P #if defined (__STDC__) && __STDC__ #define __P(x) x #else