projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575cd55
)
Omit spurious redefinition of SCM in x11.h.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 21 Oct 2018 16:30:48 +0000
(16:30 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 21 Oct 2018 16:30:48 +0000
(16:30 +0000)
src/x11/x11.h
patch
|
blob
|
history
diff --git
a/src/x11/x11.h
b/src/x11/x11.h
index 9f53be069ea16775c9a0e9977eeb7e9086db096a..9de53ae95e86e6de6cf7fbe197c5d524304f5e88 100644
(file)
--- a/
src/x11/x11.h
+++ b/
src/x11/x11.h
@@
-26,8
+26,6
@@
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef SCHEME_X11_H
#define SCHEME_X11_H
-typedef unsigned long SCM;
-
#include <stdlib.h>
#include <stdio.h>
#include <float.h>