remove documentation-string reading hack
[bpt/emacs.git] / nt / inc / sys / param.h
CommitLineData
efdeeb2b
GV
1#ifndef _PARAM_H_
2#define _PARAM_H_
3
4/*
5 * sys\param.h doesn't exist on NT, so we'll make one.
6 */
7
8#define NBPG 4096
9
10#endif /* _PARAM_H_ */
ab5796a9 11