X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Falgorithm.h;h=707acf28145486b8c56d0c36d9c70fda387aee91;hb=9b4b94c6d3b5fd98bf396e23d015380b87d2d296;hp=f8f2b84d877dd8c43ea5a01055ce587a71aefe2c;hpb=f9d47b5bba8416419cf3bcd3aa23c2d40a05fcac;p=pspp-builds.git diff --git a/src/algorithm.h b/src/algorithm.h index f8f2b84d..707acf28 100644 --- a/src/algorithm.h +++ b/src/algorithm.h @@ -1,5 +1,5 @@ -#ifndef SORT_ALGO_H -#define SORT_ALGO_H 1 +#ifndef ALGORITHM_H +#define ALGORITHM_H 1 #include @@ -190,4 +190,4 @@ int is_heap (const void *array, size_t count, size_t size, algo_compare_func *compare, void *aux); -#endif /* sort-algo.h */ +#endif /* algorithm.h */