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:
acc648f
)
Add conditional to allow this file to be included multiple times.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 26 Sep 1992 03:21:24 +0000
(
03:21
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 26 Sep 1992 03:21:24 +0000
(
03:21
+0000)
v7/src/microcode/config.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/config.h
b/v7/src/microcode/config.h
index ec5a5c771bf4588fd561737bac7fb5c0683506f8..9f9a72e5d6e91d021191b18df60579e99613e0f1 100644
(file)
--- a/
v7/src/microcode/config.h
+++ b/
v7/src/microcode/config.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: config.h,v 9.7
5 1992/09/26 02:48:56
cph Exp $
+$Id: config.h,v 9.7
6 1992/09/26 03:21:24
cph Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
@@
-34,6
+34,9
@@
MIT in each case. */
/* This file contains the configuration information and the information
given on the command line on Unix. */
+
+#ifdef SCM_CONFIG_H
+#define SCM_CONFIG_H
\f
/* Default pathnames. */
@@
-605,3
+608,5
@@
extern void * alpha_heap_malloc (long);
#undef UNSIGNED_SHIFT_BUG
#undef Conditional_Bug
#endif
+
+#endif /* not SCM_CONFIG_H */