X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fpercentiles.h;h=a0dcf85ed30e5fc240858c4a06a22437a84b05fe;hb=48baf40c86d10eac3525d4199c9bb0ecc94c9d4d;hp=8f4271f56753a8e7c7e047df04958ff30eed9faa;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/math/percentiles.h b/src/math/percentiles.h index 8f4271f567..a0dcf85ed3 100644 --- a/src/math/percentiles.h +++ b/src/math/percentiles.h @@ -1,7 +1,6 @@ /* PSPP - A program for statistical analysis . -*-c-*- Copyright (C) 2004 Free Software Foundation, Inc. -Author: John Darrington 2004 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -22,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #define PERCENTILES_H -#include "hash.h" +#include struct weighted_value ; @@ -38,7 +37,7 @@ enum pc_alg { -extern const char *ptile_alg_desc[]; +extern const char *const ptile_alg_desc[];