Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9520f2f2
Commit
9520f2f2
authored
Oct 15, 2012
by
Daniel Colascione
Browse files
Add comment for undef of "interface"
parent
dca778d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/dbusbind.c
src/dbusbind.c
+4
-0
No files found.
src/ChangeLog
View file @
9520f2f2
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
...
...
src/dbusbind.c
View file @
9520f2f2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment