* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,
fdsocket.c, feature.c, mbstrings.c, mbstrings.h, numbers.c, numbers.h, print.c, scmhob.h, simpos.h, symbols.c, symbols.h, tags.h, throw.c, variable.h: Name cleanup. Lots of xxxSCM_yyy removed. (These were introduced by unsupervised name substitution.)
This commit is contained in:
parent
e2806c1000
commit
08b5b88cdf
9 changed files with 28 additions and 28 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* classes: h_files */
|
||||
|
||||
#ifndef SSCM_IMPOSH
|
||||
#define SSCM_IMPOSH
|
||||
#ifndef SIMPOSH
|
||||
#define SIMPOSH
|
||||
/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -64,4 +64,4 @@ extern void scm_init_simpos ();
|
|||
|
||||
|
||||
|
||||
#endif /* SSCM_IMPOSH */
|
||||
#endif /* SIMPOSH */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue