1
Fork 0
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:
Andy Wingo 2018-06-20 16:33:05 +02:00
parent d9eafa374c
commit 97cc65fee4
138 changed files with 92 additions and 176 deletions

View file

@ -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"