mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
The fragmentation limit argument to the mvt pool class is now passed as a floating point fraction, not a percentage, in the keyword interface.
Copied from Perforce Change: 181862 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
30ffeaec27
commit
f0e9d74c3c
11 changed files with 53 additions and 30 deletions
|
|
@ -53,6 +53,7 @@ extern Bool ArgCheckCount(Arg arg);
|
|||
extern Bool ArgCheckPointer(Arg arg);
|
||||
extern Bool ArgCheckRankSet(Arg arg);
|
||||
extern Bool ArgCheckRank(Arg arg);
|
||||
extern Bool ArgCheckdouble(Arg arg);
|
||||
|
||||
|
||||
#endif /* arg_h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue