comparison src/extents.c @ 983:bb19cebf6809

[xemacs-hg @ 2002-08-31 10:34:43 by stephent] changelog was released, should commit the patch...
author stephent
date Sat, 31 Aug 2002 10:34:43 +0000
parents c925bacdda60
children ffabf70273fe
comparison
equal deleted inserted replaced
982:2fcd301d8a6f 983:bb19cebf6809
1306 if (!info->soe) 1306 if (!info->soe)
1307 info->soe = allocate_soe (); 1307 info->soe = allocate_soe ();
1308 return info->soe; 1308 return info->soe;
1309 } 1309 }
1310 1310
1311 /* #### don't even think of #define'ing this, the prototype of
1312 print_extent_1 has changed! */
1311 /* #define SOE_DEBUG */ 1313 /* #define SOE_DEBUG */
1312 1314
1313 #ifdef SOE_DEBUG 1315 #ifdef SOE_DEBUG
1314 1316
1315 static void print_extent_1 (char *buf, Lisp_Object extent); 1317 static void print_extent_1 (char *buf, Lisp_Object extent);