Mercurial > hg > xemacs-beta
comparison src/nas.c @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | a300bb07d72d |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
53 */ | 53 */ |
54 | 54 |
55 #ifdef emacs | 55 #ifdef emacs |
56 #include <config.h> | 56 #include <config.h> |
57 #include "lisp.h" | 57 #include "lisp.h" |
58 #endif | 58 #include "sysdep.h" |
59 | 59 #include "syssignal.h" |
60 #if __STDC__ || defined (STDC_HEADERS) | 60 #endif |
61 # include <stdlib.h> | 61 |
62 # include <stdarg.h> | 62 #include <stdlib.h> |
63 # include <string.h> | 63 #include <stdarg.h> |
64 #endif | 64 #include <string.h> |
65 #include <stdio.h> | |
65 | 66 |
66 #ifdef HAVE_UNISTD_H | 67 #ifdef HAVE_UNISTD_H |
67 #include <unistd.h> | 68 #include <unistd.h> |
68 #endif | 69 #endif |
69 | 70 |
70 #include <stdio.h> | |
71 #include "syssignal.h" | |
72 | 71 |
73 #undef LITTLE_ENDIAN | 72 #undef LITTLE_ENDIAN |
74 #undef BIG_ENDIAN | 73 #undef BIG_ENDIAN |
75 #include <audio/audiolib.h> | 74 #include <audio/audiolib.h> |
76 #include <audio/soundlib.h> | 75 #include <audio/soundlib.h> |