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
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCM_CACHE_INTERNAL_H
|
||||
#define SCM_CACHE_INTERNAL_H
|
||||
|
||||
/* Copyright (C) 2016
|
||||
/* Copyright (C) 2016,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "libguile/__scm.h"
|
||||
#include "libguile/gc.h"
|
||||
#include "libguile/hash.h"
|
||||
#include "libguile/threads.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue