1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

(scm_substring_move_left_x, scm_substring_move_right_x): Deprecated.

This commit is contained in:
Marius Vollmer 2001-11-13 15:19:57 +00:00
parent 4d6444b86a
commit 52d145bcbb
2 changed files with 8 additions and 15 deletions

View file

@ -67,9 +67,13 @@ extern SCM scm_string_capitalize (SCM v);
extern SCM scm_string_split (SCM str, SCM chr);
extern SCM scm_string_ci_to_symbol (SCM v);
#if SCM_DEBUG_DEPRECATED == 0
#define scm_substring_move_left_x scm_substring_move_x
#define scm_substring_move_right_x scm_substring_move_x
#endif
#endif /* STROPH */
/*