Mercurial > emacs
view nt/inc/sys/param.h @ 11685:d6e417df288b
Fix spelling of author's name.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 May 1995 18:54:55 +0000 |
parents | 306b976d73bf |
children | 1877e9736ea1 |
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_ */