repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isearch.el (isearch-process-search-char): Add docstring.
[emacs.git]
/
nt
/
inc
/
sys
/
param.h
blob
27f64038c185fd60e3d29f76d4751a67f98fc98e
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_ */
11