Had to get last call to multipass_split_output() inside
[pspp-builds.git] / src / algorithm.h
index f8f2b84d877dd8c43ea5a01055ce587a71aefe2c..707acf28145486b8c56d0c36d9c70fda387aee91 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SORT_ALGO_H
-#define SORT_ALGO_H 1
+#ifndef ALGORITHM_H
+#define ALGORITHM_H 1
 
 #include <stddef.h>
 
@@ -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 */