Mercurial > emacs
view nt/inc/sys/param.h @ 89788:64f9915771f5
(main): Call init_charset after syms_of_XXX.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 30 Jan 2004 04:51:32 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
line wrap: on
line source
#ifndef _PARAM_H_ #define _PARAM_H_ /* * sys\param.h doesn't exist on NT, so we'll make one. */ #define NBPG 4096 #endif /* _PARAM_H_ */