diff options
author | Andy Wingo <wingo@pobox.com> | 2018-06-20 16:33:05 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-06-20 16:33:33 +0200 |
commit | 97cc65fee47997b4fe542507fa3e607a255d6d73 (patch) | |
tree | 71649274e0a404f8774a22884068fd7b137fa094 /libguile/srfi-13.h | |
parent | d9eafa374c8c10608806b12fa1ebbceebd445461 (diff) | |
download | guile-97cc65fee47997b4fe542507fa3e607a255d6d73.tar.gz |
Rename __scm.h to scm.h
* libguile/scm.h: Rename. Update all includers.
Diffstat (limited to 'libguile/srfi-13.h')
-rw-r--r-- | libguile/srfi-13.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/srfi-13.h b/libguile/srfi-13.h index 325e22272..643fa6d32 100644 --- a/libguile/srfi-13.h +++ b/libguile/srfi-13.h @@ -2,8 +2,8 @@ #define SCM_SRFI_13_H /* srfi-13.c --- SRFI-13 procedures for Guile - * - * Copyright (C) 2001, 2004, 2006, 2008, 2010 Free Software Foundation, Inc. + * Copyright (C) 2001,2004,2006,2008,2010,2018 + * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -22,7 +22,7 @@ */ -#include "libguile/__scm.h" +#include "libguile/scm.h" SCM_API SCM scm_string_null_p (SCM s); SCM_API SCM scm_string_any (SCM pred, SCM s, SCM start, SCM end); |