.
[gnulib.git] / lib / linebuffer.h
index 265431a..70781de 100644 (file)
@@ -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.  */
 \f
 /* 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