1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

Mention scm_car, etc as the replacement for gh_car, etc.

This commit is contained in:
Marius Vollmer 2004-09-22 17:46:55 +00:00
parent 7f4c83e3b4
commit a7633ed60e

View file

@ -1065,11 +1065,11 @@ scm_is_true (scm_null_p (@var{obj}))
Use @code{scm_cons} instead.
@item @code{gh_car} and @code{gh_cdr}
Use the @code{SCM_CAR} and @code{SCM_CDR} macros instead.
Use @code{scm_car} and @code{scm_cdr} instead.
@item @code{gh_cxxr} and @code{gh_cxxxr}
(Where each x is either @samp{a} or @samp{d}.) Use the corresponding
@code{SCM_CXXR} or @code{SCM_CXXXR} macro instead.
@code{scm_cxxr} or @code{scm_cxxxr} function instead.
@item @code{gh_set_car_x} and @code{gh_set_cdr_x}
Use @code{scm_set_car_x} and @code{scm_set_cdr_x} instead.