mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Rename __scm.h to scm.h
* libguile/scm.h: Rename. Update all includers.
This commit is contained in:
parent
d9eafa374c
commit
97cc65fee4
138 changed files with 92 additions and 176 deletions
|
@ -19,7 +19,7 @@
|
|||
* 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libguile/__scm.h"
|
||||
#include "libguile/scm.h"
|
||||
|
||||
SCM_INTERNAL SCM scm_syntax_p (SCM obj);
|
||||
SCM_INTERNAL SCM scm_make_syntax (SCM exp, SCM wrap, SCM module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue