summaryrefslogtreecommitdiff
path: root/pico/estruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/estruct.h')
-rw-r--r--pico/estruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pico/estruct.h b/pico/estruct.h
index 9cacc332..6223effb 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -270,6 +270,7 @@ typedef struct CELL {
typedef struct LINE {
struct LINE *l_fp; /* Link to the next line */
struct LINE *l_bp; /* Link to the previous line */
+ int l_sig; /* line is part of signature */
int l_size; /* Allocated size */
int l_used; /* Used size */
CELL l_text[1]; /* A bunch of characters. */