Mercurial > hg > xemacs-beta
comparison src/nas.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children | 6a378aca36af |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
49 * correct error facilities. | 49 * correct error facilities. |
50 * 4/11/94, rjc Added wait_for_sounds to be called when user wants to | 50 * 4/11/94, rjc Added wait_for_sounds to be called when user wants to |
51 * be sure all play has finished. | 51 * be sure all play has finished. |
52 */ | 52 */ |
53 | 53 |
54 #if __STDC__ || defined (STDC_HEADERS) | 54 #ifdef STDC_HEADERS |
55 # include <stdlib.h> | 55 #include <stdlib.h> |
56 # include <stdarg.h> | 56 #include <stdarg.h> |
57 # include <string.h> | 57 #include <string.h> |
58 #endif | 58 #endif |
59 | 59 |
60 #ifdef HAVE_UNISTD_H | 60 #ifdef HAVE_UNISTD_H |
61 #include <unistd.h> | 61 #include <unistd.h> |
62 #endif | 62 #endif |
63 | |
63 | 64 |
64 #include <stdio.h> | 65 #include <stdio.h> |
65 #include <config.h> /* for CONST in syssignal.h (neal@ctd.comsat.com) */ | 66 #include <config.h> /* for CONST in syssignal.h (neal@ctd.comsat.com) */ |
66 #include "syssignal.h" | 67 #include "syssignal.h" |
67 | 68 |