mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
Add comment for undef of "interface"
This commit is contained in:
parent
dca778d53a
commit
9520f2f20c
@ -1,3 +1,7 @@
|
||||
2012-10-15 Daniel Colascione <dancol@dancol.org>
|
||||
|
||||
* dbusbind.c: Add comment explaining reason for previous change.
|
||||
|
||||
2012-10-15 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.c (Fwindow_end): Rewrite check whether cached position
|
||||
|
@ -32,6 +32,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#define DBUS_NUM_MESSAGE_TYPES 5
|
||||
#endif
|
||||
|
||||
|
||||
/* Some platforms define the symbol "interface", but we want to use it
|
||||
* as a variable name below. */
|
||||
|
||||
#ifdef interface
|
||||
#undef interface
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user