Mercurial > hg > xemacs-beta
comparison lwlib/xlwmenu.c @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | 41f2f0e326e9 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
242:fc816b73a05f | 243:f220cc83d72e |
---|---|
25 #include <stdlib.h> | 25 #include <stdlib.h> |
26 #include <string.h> | 26 #include <string.h> |
27 #include <ctype.h> | 27 #include <ctype.h> |
28 #include <stdio.h> | 28 #include <stdio.h> |
29 #include <sys/types.h> | 29 #include <sys/types.h> |
30 #ifdef HAVE_LIMITS_H | |
31 #include <limits.h> | 30 #include <limits.h> |
32 #endif | |
33 #ifdef HAVE_UNISTD_H | 31 #ifdef HAVE_UNISTD_H |
34 #include <unistd.h> | 32 #include <unistd.h> |
35 #endif | 33 #endif |
36 | 34 |
37 #if 0 /* mrb */ | 35 #if 0 /* mrb */ |