header tidyings
authorAndy Wingo <wingo@pobox.com>
Wed, 25 Nov 2009 23:13:53 +0000 (00:13 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 25 Nov 2009 23:25:07 +0000 (00:25 +0100)
* libguile/goops.h:
* libguile/struct.h: c-backslash-region some vars.

libguile/goops.h
libguile/struct.h

index 816b231..382422d 100644 (file)
  */
 
 /* 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)
index a441bba..9372cec 100644 (file)
  */
 
 /* All vtables have the following fields. */
-#define SCM_VTABLE_BASE_LAYOUT \
-  "pr" /* layout */ \
-  "uh" /* flags */ \
-  "sr" /* self */ \
-  "uh" /* finalizer */ \
-  "pw" /* printer */ \
-  "ph" /* name (hidden from make-struct for back-compat reasons) */ \
-  "uh" /* reserved */ \
+#define SCM_VTABLE_BASE_LAYOUT                                          \
+  "pr" /* layout */                                                     \
+  "uh" /* flags */                                                      \
+  "sr" /* self */                                                       \
+  "uh" /* finalizer */                                                  \
+  "pw" /* printer */                                                    \
+  "ph" /* name (hidden from make-struct for back-compat reasons) */     \
+  "uh" /* reserved */                                                   \
   "uh" /* reserved */
 
 #define scm_vtable_index_layout            0 /* A symbol describing the physical arrangement of this type. */
 #define scm_vtable_offset_user             8 /* Where do user fields start in the vtable? */
 
 /* All applicable structs have the following fields. */
-#define SCM_APPLICABLE_BASE_LAYOUT \
+#define SCM_APPLICABLE_BASE_LAYOUT              \
   "pw" /* procedure */
-#define SCM_APPLICABLE_WITH_SETTER_BASE_LAYOUT \
-  "pw" /* procedure */ \
+#define SCM_APPLICABLE_WITH_SETTER_BASE_LAYOUT  \
+  "pw" /* procedure */                          \
   "pw" /* setter */
 #define scm_applicable_struct_index_procedure 0 /* The procedure of an applicable
                                                    struct. Only valid if the