summaryrefslogtreecommitdiff
path: root/sed/sed.h
diff options
context:
space:
mode:
Diffstat (limited to 'sed/sed.h')
-rw-r--r--sed/sed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sed/sed.h b/sed/sed.h
index b904fca..dda2f08 100644
--- a/sed/sed.h
+++ b/sed/sed.h
@@ -239,7 +239,7 @@ extern bool follow_symlinks;
extern enum posixicity_types posixicity;
/* How long should the 'l' command's output line be? */
-extern idx_t lcmd_out_line_len;
+extern intmax_t lcmd_out_line_len;
/* How do we edit files in-place? (we don't if NULL) */
extern char *in_place_extension;