diff options
| author | Stefan Monnier | 2002-03-25 22:38:55 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-25 22:38:55 +0000 |
| commit | 852f8cdc7e7a4a715c79ddafcefde803649d6e40 (patch) | |
| tree | d81d6d977ce5a59f14523606e150abfc5a609885 /src/alloc.c | |
| parent | 7ad8cd8e23c293aa2ca8000960863de3f5d13e52 (diff) | |
| download | emacs-852f8cdc7e7a4a715c79ddafcefde803649d6e40.tar.gz emacs-852f8cdc7e7a4a715c79ddafcefde803649d6e40.zip | |
(check_pure_size): Update the comment.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index a6aacd704be..067dd7b753e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3837,7 +3837,7 @@ pure_alloc (size, type) | |||
| 3837 | } | 3837 | } |
| 3838 | 3838 | ||
| 3839 | 3839 | ||
| 3840 | /* Signal an error if PURESIZE is too small. */ | 3840 | /* Print a warning if PURESIZE is too small. */ |
| 3841 | 3841 | ||
| 3842 | void | 3842 | void |
| 3843 | check_pure_size () | 3843 | check_pure_size () |