1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +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 READLINEH
#define READLINEH
/* Copyright (C) 1997, 1999, 2000, 2006 Free Software Foundation, Inc.
/* Copyright (C) 1997, 1999, 2000, 2006, 2018 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -20,6 +20,8 @@
*
*/
#include <libguile.h>
/* SCM_RL_API is a macro prepended to all function and data definitions
which should be exported or imported in the resulting dynamic link
library in the Win32 port. */
@ -32,8 +34,6 @@
# define SCM_RL_API extern
#endif
#include "libguile/__scm.h"
SCM_RL_API scm_t_option scm_readline_opts[];
#define SCM_HISTORY_FILE_P scm_readline_opts[0].val