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:
parent
6558eda6e7
commit
0534158ad0
2 changed files with 1 additions and 76 deletions
|
@ -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 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue