diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-11-13 15:46:29 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-11-13 15:46:29 +0000 |
commit | 0534158ad04e48ab1d2fa1ef016c00736ba005a5 (patch) | |
tree | 5af601d6673d3255e84be9468df4476d04907b96 /libguile/strop.h | |
parent | 6558eda6e71fd5080773edb6a2b10503514c8af7 (diff) | |
download | guile-0534158ad04e48ab1d2fa1ef016c00736ba005a5.tar.gz |
(scm_substring_move_left_x, scm_substring_move_right_x): Removed.
Diffstat (limited to 'libguile/strop.h')
-rw-r--r-- | libguile/strop.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/strop.h b/libguile/strop.h index 863428db6..544a1d1c2 100644 --- a/libguile/strop.h +++ b/libguile/strop.h @@ -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 */ /* |