* goops.c, goops.h (scm_sys_pre_expand_closure_x): Removed.
[bpt/guile.git] / libguile / strports.h
index 5cdf910..28bae69 100644 (file)
@@ -2,7 +2,7 @@
 
 #ifndef STRPORTSH
 #define STRPORTSH
-/*     Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/*     Copyright (C) 1995,1996, 2000 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -59,3 +59,9 @@ extern SCM scm_eval_string (SCM string);
 extern void scm_init_strports (void);
 
 #endif  /* STRPORTSH */
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/