home *** CD-ROM | disk | FTP | other *** search
- /* critical.c */
-
- /* $Author: Espie $
- * $Date: 91/04/30 00:34:54 $
- * $Revision: 1.2 $
- * $Log: critical.c,v $
- * Revision 1.2 91/04/30 00:34:54 Espie
- * Stable version III.
- *
- * Revision 1.1 91/04/24 15:27:47 Espie
- * Initial revision
- *
- */
-
- /* handler to disable control c during critical sections.
- * (used by the macros CRITICAL SECTION).
- */
-
- int nobreak(void)
- {
- return 0;
- }
-
-