aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wordsplit.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/wordsplit.c b/src/wordsplit.c
index 5468297..b4baeb3 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -68,3 +68,3 @@ _wsplt_alloc_die (struct wordsplit *wsp)
68 68
69static void 69static void
70_wsplt_error (const char *fmt, ...) 70_wsplt_error (const char *fmt, ...)
@@ -924,3 +924,3 @@ static int
924find_closing_paren (const char *str, size_t i, size_t len, size_t *poff, 924find_closing_paren (const char *str, size_t i, size_t len, size_t *poff,
925 char *paren) 925 char const *paren)
926{ 926{
@@ -2120,3 +2120,3 @@ wordsplit_c_quoted_length (const char *str, int quote_hex, int *quote)
2120 2120
2121int 2121static int
2122wsplt_unquote_char (const char *transtab, int c) 2122wsplt_unquote_char (const char *transtab, int c)
@@ -2132,3 +2132,3 @@ wsplt_unquote_char (const char *transtab, int c)
2132 2132
2133int 2133static int
2134wsplt_quote_char (const char *transtab, int c) 2134wsplt_quote_char (const char *transtab, int c)
@@ -2276,5 +2276,5 @@ struct exptab
2276{ 2276{
2277 char *descr; /* Textual description (for debugging) */ 2277 char const *descr; /* Textual description (for debugging) */
2278 int flag; /* WRDSF_ bit that controls this phase */ 2278 int flag; /* WRDSF_ bit that controls this phase */
2279 int opt; /* Entry-specific options (see EXPOPT_ flags below */ 2279 int opt; /* Entry-specific options (see EXPOPT_ flags below */
2280 int (*expansion) (struct wordsplit *wsp); /* expansion function */ 2280 int (*expansion) (struct wordsplit *wsp); /* expansion function */

Return to:

Send suggestions and report system problems to the System administrator.