diff options
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 13014c82dc3..8f60963eb7e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2287,7 +2287,7 @@ struct Lisp_Hash_Table /* True if the table can be purecopied. The table cannot be changed afterwards. */ - bool pure; + bool purecopy; /* Resize hash table when number of entries / table size is >= this ratio. */ |