Mercurial > emacs
comparison src/alloc.c @ 624:2bb7f23b7ea5
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Fri, 01 May 1992 06:20:46 +0000 |
| parents | a8d78999e46d |
| children | 40b255f55df3 |
comparison
equal
deleted
inserted
replaced
| 623:347a8db13650 | 624:2bb7f23b7ea5 |
|---|---|
| 549 { | 549 { |
| 550 register Lisp_Object val; | 550 register Lisp_Object val; |
| 551 register struct Lisp_Marker *p; | 551 register struct Lisp_Marker *p; |
| 552 /* Detact the bug that seems to have caused this to be called from | 552 /* Detact the bug that seems to have caused this to be called from |
| 553 a signal handler. */ | 553 a signal handler. */ |
| 554 int mask = sigsetmask (-1); | 554 int mask, dummy; |
| 555 sigsetmask (mask); | 555 EMACS_SIGSETMASK (-1, mask); |
| 556 EMACS_SIGSETMASK (mask, dummy); | |
| 556 if (mask != 0) | 557 if (mask != 0) |
| 557 abort (); | 558 abort (); |
| 558 | 559 |
| 559 if (marker_free_list) | 560 if (marker_free_list) |
| 560 { | 561 { |
