diff options
author | Andy Wingo <wingo@pobox.com> | 2009-11-26 00:13:53 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-11-26 00:25:07 +0100 |
commit | 2858deaf47f339eff71574e42536f8d6955fb5a9 (patch) | |
tree | 248b587f38bec9824c1046d79abd737b253ddb4c /libguile/goops.h | |
parent | 71fc6438934cf275d2a16b6317119787a6bc23b9 (diff) | |
download | guile-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.h | 40 |
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) |