1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

(signal_quit): Add prototype.

This commit is contained in:
Richard M. Stallman 1998-05-15 20:55:45 +00:00
parent 86143765b7
commit b44c3d59fa

View file

@ -646,6 +646,8 @@ extern CRITICAL_SECTION critsect;
extern void init_crit ();
extern void delete_crit ();
extern void signal_quit ();
#define enter_crit() EnterCriticalSection (&critsect)
#define leave_crit() LeaveCriticalSection (&critsect)