summaryrefslogtreecommitdiff
path: root/sed/sed.h
diff options
context:
space:
mode:
Diffstat (limited to 'sed/sed.h')
-rw-r--r--sed/sed.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sed/sed.h b/sed/sed.h
index be26511..86c5a8a 100644
--- a/sed/sed.h
+++ b/sed/sed.h
@@ -166,8 +166,9 @@ struct sed_cmd {
/* This is used for the w command. */
struct output *outf;
- /* This is used for the R command. */
- FILE *fp;
+ /* This is used for the R command.
+ (despite the struct name, it is used for both in and out files). */
+ struct output *inf;
/* This is used for the y command. */
unsigned char *translate;