mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-18 03:51:48 -07:00
Add fix comments
Copied from Perforce Change: 17391 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
7d0e88a024
commit
a5e629d607
2 changed files with 3 additions and 1 deletions
|
|
@ -57,6 +57,7 @@ static void test(void)
|
|||
|
||||
/* turn on comments about copying and scanning */
|
||||
formatcomments = BLAH;
|
||||
fixcomments = BLAH;
|
||||
|
||||
cdie(mps_space_create(&space), "create space");
|
||||
|
||||
|
|
@ -158,7 +159,7 @@ cells = allocone(ap[0], NCELLS);
|
|||
checkfrom(cells);
|
||||
}
|
||||
|
||||
commentif(BLAH, "Finished main loop");
|
||||
comment("Finished main loop");
|
||||
|
||||
for (i=0; i<NAPS; i++)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ static void test(void)
|
|||
|
||||
/* turn on comments about copying and scanning */
|
||||
formatcomments = BLAH;
|
||||
fixcomments = BLAH;
|
||||
|
||||
cdie(mps_space_create(&space), "create space");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue