summaryrefslogtreecommitdiff
path: root/libguile/goops.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-11-26 00:13:53 +0100
committerAndy Wingo <wingo@pobox.com>2009-11-26 00:25:07 +0100
commit2858deaf47f339eff71574e42536f8d6955fb5a9 (patch)
tree248b587f38bec9824c1046d79abd737b253ddb4c /libguile/goops.h
parent71fc6438934cf275d2a16b6317119787a6bc23b9 (diff)
downloadguile-2858deaf47f339eff71574e42536f8d6955fb5a9.tar.gz
header tidyings
* libguile/goops.h: * libguile/struct.h: c-backslash-region some vars.
Diffstat (limited to 'libguile/goops.h')
-rw-r--r--libguile/goops.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/libguile/goops.h b/libguile/goops.h
index 816b231dc..382422d5f 100644
--- a/libguile/goops.h
+++ b/libguile/goops.h
@@ -61,26 +61,26 @@
*/
/* see also, SCM_VTABLE_BASE_LAYOUT, and build_class_class_slots */
-#define SCM_CLASS_CLASS_LAYOUT \
- "pw" /* redefined */ \
- "uw" /* h0 */ \
- "uw" /* h1 */ \
- "uw" /* h2 */ \
- "uw" /* h3 */ \
- "uw" /* h4 */ \
- "uw" /* h5 */ \
- "uw" /* h6 */ \
- "uw" /* h7 */ \
- "pw" /* direct supers */ \
- "pw" /* direct slots */ \
- "pw" /* direct subclasses */ \
- "pw" /* direct methods */ \
- "pw" /* cpl */ \
- "pw" /* default-slot-definition-class */ \
- "pw" /* slots */ \
- "pw" /* getters-n-setters */ \
- "pw" /* keyword access */ \
- "pw" /* nfields */ \
+#define SCM_CLASS_CLASS_LAYOUT \
+ "pw" /* redefined */ \
+ "uw" /* h0 */ \
+ "uw" /* h1 */ \
+ "uw" /* h2 */ \
+ "uw" /* h3 */ \
+ "uw" /* h4 */ \
+ "uw" /* h5 */ \
+ "uw" /* h6 */ \
+ "uw" /* h7 */ \
+ "pw" /* direct supers */ \
+ "pw" /* direct slots */ \
+ "pw" /* direct subclasses */ \
+ "pw" /* direct methods */ \
+ "pw" /* cpl */ \
+ "pw" /* default-slot-definition-class */ \
+ "pw" /* slots */ \
+ "pw" /* getters-n-setters */ \
+ "pw" /* keyword access */ \
+ "pw" /* nfields */ \
"pw" /* environment */
#define scm_si_redefined (scm_vtable_offset_user + 0)