mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Converting some "@@@@" markers to descriptive "todo" actions.
Copied from Perforce Change: 179688 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
26f958abb5
commit
181c513050
2 changed files with 7 additions and 2 deletions
|
|
@ -26,7 +26,10 @@ Bool FormatCheck(Format format)
|
|||
|| format->variety == FormatVarietyAutoHeader);
|
||||
CHECKL(RingCheck(&format->arenaRing));
|
||||
CHECKL(AlignCheck(format->alignment));
|
||||
/* @@@@ alignment should be less than maximum allowed */
|
||||
/* TODO: Define the concept of the maximum alignment it is possible to
|
||||
request from the MPS, document and provide an interface to it, and then
|
||||
check that this alignment is not greater than that, as well as all other
|
||||
alignments. */
|
||||
CHECKL(FUNCHECK(format->scan));
|
||||
CHECKL(format->variety == FormatVarietyFixed
|
||||
? format->skip == NULL : FUNCHECK(format->skip));
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
|
||||
/* @@@@ Hack due to missing mpscmfs.h */
|
||||
/* TODO: Decide whether we should support the MPS pool class externally,
|
||||
create mpscmfs.h, and replace this extern with proper use of its
|
||||
interface. */
|
||||
extern mps_class_t PoolClassMFS(void);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue