1
Fork 0
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:
Richard Tucker 1997-04-10 12:17:17 +01:00
parent 7d0e88a024
commit a5e629d607
2 changed files with 3 additions and 1 deletions

View file

@ -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++)
{

View file

@ -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");