[Aptitude-svn-commit] r3500 - in branches/aptitude-0.3/aptitude: . src/vscreen

Daniel Burrows dburrows@costa.debian.org
Tue, 28 Jun 2005 13:54:33 +0000


Author: dburrows
Date: Tue Jun 28 13:54:30 2005
New Revision: 3500

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/curses++.h
Log:
Add #undefs for future use.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Jun 28 13:54:30 2005
@@ -1,3 +1,9 @@
+2005-06-28  Daniel Burrows  <dburrows@debian.org>
+
+	* src/vscreen/curses++.h:
+
+	  #undef the *add_wch functions for future use.
+
 2005-06-27  Daniel Burrows  <dburrows@debian.org>
 
 	* src/vscreen/fragment.cc:

Modified: branches/aptitude-0.3/aptitude/src/vscreen/curses++.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/curses++.h	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/curses++.h	Tue Jun 28 13:54:30 2005
@@ -289,6 +289,7 @@
 #undef addch
 #undef addchnstr
 #undef addchstr
+#undef add_wch
 #undef addnstr
 #undef addstr
 #undef attroff
@@ -326,6 +327,7 @@
 #undef timeout
 
 #undef mvaddch
+#undef mvadd_wch
 #undef mvaddchnstr
 #undef mvaddchstr
 #undef mvaddnstr