mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* chars.h, error.h, feature.h, filesys.h, gc.h, gsubr.h, macros.h,
numbers.h, options.h, procs.h, ramap.h, read.h, smob.h, strports.h, symbols.h, unif.h: Update variable declarations and function prototypes for above changes.
This commit is contained in:
parent
57e3a543b2
commit
3ec93c46a1
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@
|
|||
|
||||
|
||||
|
||||
extern char *scm_charnames[];
|
||||
extern char *const scm_charnames[];
|
||||
extern int scm_n_charnames;
|
||||
extern char scm_charnums[];
|
||||
extern const char scm_charnums[];
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue