diff options
Diffstat (limited to 'libguile/threads.c')
-rw-r--r-- | libguile/threads.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/threads.c b/libguile/threads.c index b9c8974eb..e94b72b28 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -155,3 +155,9 @@ scm_init_threads (SCM_STACKITEM *i) /* Initialize implementation specific details of the threads support */ scm_threads_init (i); } + +/* + Local Variables: + c-file-style: "gnu" + End: +*/ |