Mercurial > hg > xemacs-beta
view nt/inc/sys/param.h @ 301:f8fd9702bf71
Added tag r21-0b48 for changeset 3cc9f0ebfbd1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:40:27 +0200 |
parents | 7d55a9ba150c |
children |
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_ */