X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Frange-set.c;h=da83edd89441eda4060aeecef66f20d204f42572;hb=aa3f30ff112a22a2b974705cee25ace88e4cb284;hp=cd17fe02a4e2130544d5d37687cf46210ff2de39;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/libpspp/range-set.c b/src/libpspp/range-set.c index cd17fe02a4..da83edd894 100644 --- a/src/libpspp/range-set.c +++ b/src/libpspp/range-set.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,17 +23,17 @@ #include -#include +#include "libpspp/range-set.h" #include #include -#include -#include -#include +#include "libpspp/assertion.h" +#include "libpspp/compiler.h" +#include "libpspp/pool.h" -#include "minmax.h" -#include "xalloc.h" +#include "gl/minmax.h" +#include "gl/xalloc.h" static int compare_range_set_nodes (const struct bt_node *, const struct bt_node *, @@ -152,7 +152,7 @@ range_set_insert (struct range_set *rs, } } -/* Inserts the region starting at START and extending for WIDTH +/* Deletes the region starting at START and extending for WIDTH from RS. */ void range_set_delete (struct range_set *rs,