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

(scm_substring_move_left_x, scm_substring_move_right_x): Removed.

This commit is contained in:
Marius Vollmer 2001-11-13 15:46:29 +00:00
parent 6558eda6e7
commit 0534158ad0
2 changed files with 1 additions and 76 deletions

View file

@ -69,9 +69,6 @@ SCM_API SCM scm_string_capitalize (SCM v);
SCM_API SCM scm_string_split (SCM str, SCM chr);
SCM_API SCM scm_string_ci_to_symbol (SCM v);
#define scm_substring_move_left_x scm_substring_move_x
#define scm_substring_move_right_x scm_substring_move_x
#endif /* SCM_STROP_H */
/*