diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-09-13 11:07:24 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-09-13 11:07:24 +0000 |
commit | e2806c1000054f765c46bd14f8fb64a4d74d4eea (patch) | |
tree | 92ff61f63e724f41c946a22ed4944a67d304ade9 /libguile/extchrs.h | |
parent | 1a80fb07a7658c8ba90dcda50d34547752469088 (diff) | |
download | guile-e2806c1000054f765c46bd14f8fb64a4d74d4eea.tar.gz |
* __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.)
Diffstat (limited to 'libguile/extchrs.h')
-rw-r--r-- | libguile/extchrs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/extchrs.h b/libguile/extchrs.h index 8d17c4681..6a4a3ceb8 100644 --- a/libguile/extchrs.h +++ b/libguile/extchrs.h @@ -46,9 +46,9 @@ #include <stdlib.h> -#define FAKE_EXT_SCM_CHARS 1 +#define SCM_FAKE_EXT_CHARS 1 -#if !defined(FAKE_EXT_SCM_CHARS) +#if !defined(SCM_FAKE_EXT_CHARS) #define xmblen mblen #define xwctomb wctomb |