diff options
Diffstat (limited to 'libguile/struct.h')
-rw-r--r-- | libguile/struct.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libguile/struct.h b/libguile/struct.h index f66a664f8..d39c90c8a 100644 --- a/libguile/struct.h +++ b/libguile/struct.h @@ -192,9 +192,3 @@ SCM_INTERNAL void scm_i_struct_inherit_vtable_magic (SCM vtable, SCM obj); SCM_INTERNAL void scm_init_struct (void); #endif /* SCM_STRUCT_H */ - -/* - Local Variables: - c-file-style: "gnu" - End: -*/ |