comparison src/extents.c @ 3466:4d52aea479a2

[xemacs-hg @ 2006-06-21 17:30:33 by james] Fix various problems found by static checkers. Also, but back the CURCHARSIZE macro in window.c to preserve the abstraction. <m3mzc6wh85.fsf_-_@jerrypc.cs.usu.edu>
author james
date Wed, 21 Jun 2006 17:30:37 +0000
parents d674024a8674
children 229bd619740a
comparison
equal deleted inserted replaced
3465:af932b7bc2ee 3466:4d52aea479a2
1453 /* No need to do detach_extent(). Just nuke the damn things, 1453 /* No need to do detach_extent(). Just nuke the damn things,
1454 which results in the equivalent but faster. */ 1454 which results in the equivalent but faster. */
1455 set_extent_start (e, -1); 1455 set_extent_start (e, -1);
1456 set_extent_end (e, -1); 1456 set_extent_end (e, -1);
1457 } 1457 }
1458
1459 /* But we need to clear all the lists containing extents or
1460 havoc will result. */
1461 extent_list_delete_all (data->extents);
1458 } 1462 }
1459
1460 /* But we need to clear all the lists containing extents or
1461 havoc will result. */
1462 extent_list_delete_all (data->extents);
1463 soe_invalidate (object); 1463 soe_invalidate (object);
1464 } 1464 }
1465 } 1465 }
1466 1466
1467 1467