[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SCM_LENGTH -> SCM_STRING_LENGTH etc?
From: |
Keisuke Nishida |
Subject: |
SCM_LENGTH -> SCM_STRING_LENGTH etc? |
Date: |
22 Sep 2000 19:05:01 -0400 |
User-agent: |
T-gnus/6.14.4 (based on Gnus v5.8.6) (revision 02) SEMI/1.13.7 (Awazu) Chao/1.14.0 (Momoyama) Emacs/20.7 (i686-pc-linux-gnu) MULE/4.1 (AOI) |
Hello,
It seems the macro SCM_CHARS has been renamed to SCM_STRING_CHARS
and SCM_SYMBOL_CHARS. What about SCM_LENGTH? I think it should
be renamed to SCM_STRING_LENGTH, SCM_SYMBOL_LENGTH, and SCM_VECTOR_
LENGTH, too.
Also, I'd like to see SCM_VELTS renamed to some better name, like
SCM_VECTOR_ELEMENTS. Or instead, providing new macros SCM_VECTOR_REF
and SCM_VECTOR_SET might be better.
I think there was a plan to rename macros and functions in more
readable and consistent way. When will it happen? May I help?
And how about moving deprecated stuff to a single file all together?
It makes the header files cleaner.
-- Kei
- SCM_LENGTH -> SCM_STRING_LENGTH etc?,
Keisuke Nishida <=