annotate nt/inc/sys/param.h @ 70229:b85aa1663ba3
(posn-string, posn-image, posn-object): Doc fix.
| author |
Kim F. Storm <storm@cua.dk> |
| date |
Wed, 26 Apr 2006 08:56:32 +0000 |
| parents |
695cf19ef79e |
| children |
375f2633d815 ef719132ddfa |
| rev |
line source |
|
11766
|
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_ */
|
|
52401
|
11
|
|
|
12 /* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435
|
|
|
13 (do not change this comment) */
|