Mercurial > emacs
comparison src/alloc.c @ 44149:a3e6cfa20afd
(check_pure_size): Update the comment.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Mon, 25 Mar 2002 22:38:55 +0000 |
| parents | 57e965380c39 |
| children | 01b93e5e53a7 |
comparison
equal
deleted
inserted
replaced
| 44148:7e94a4573fba | 44149:a3e6cfa20afd |
|---|---|
| 3835 pure_bytes_used += nbytes; | 3835 pure_bytes_used += nbytes; |
| 3836 return result; | 3836 return result; |
| 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 () |
| 3844 { | 3844 { |
| 3845 if (pure_bytes_used_before_overflow) | 3845 if (pure_bytes_used_before_overflow) |
