Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a8818eb9
Commit
a8818eb9
authored
Oct 24, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't define max.
parent
996fee11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/widget.c
src/widget.c
+0
-2
No files found.
src/ChangeLog
View file @
a8818eb9
2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* widget.c: Don't define max.
* process.c: Don't define max.
(create_process): Remove unused variable `buffer'.
...
...
src/widget.c
View file @
a8818eb9
...
...
@@ -54,8 +54,6 @@ Boston, MA 02111-1307, USA. */
#include <signal.h>
#include "syssignal.h"
#define max(a, b) ((a) > (b) ? (a) : (b))
/* This sucks: this is the first default that x-faces.el tries. This won't
be used unless neither the "Emacs.EmacsFrame" resource nor the
"Emacs.EmacsFrame" resource is set; the frame
...
...
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