# HG changeset patch # User marci # Date 1080576134 0 # Node ID fb27d1c7036e5e5aab116b027ca3a72cdd330d23 # Parent 509ba9f136d2337b3ab004e5e34b57adb4941ed1 HUGO_ in header file defines diff -r 509ba9f136d2 -r fb27d1c7036e src/work/bfs_iterator.h --- a/src/work/bfs_iterator.h Mon Mar 29 16:00:00 2004 +0000 +++ b/src/work/bfs_iterator.h Mon Mar 29 16:02:14 2004 +0000 @@ -1,6 +1,6 @@ // -*- c++ -*- -#ifndef BFS_ITERATOR_H -#define BFS_ITERATOR_H +#ifndef HUGO_BFS_ITERATOR_H +#define HUGO_BFS_ITERATOR_H #include #include @@ -834,4 +834,4 @@ } // namespace hugo -#endif //BFS_ITERATOR_H +#endif //HUGO_BFS_ITERATOR_H diff -r 509ba9f136d2 -r fb27d1c7036e src/work/list_graph.h --- a/src/work/list_graph.h Mon Mar 29 16:00:00 2004 +0000 +++ b/src/work/list_graph.h Mon Mar 29 16:02:14 2004 +0000 @@ -1,6 +1,6 @@ // -*- c++ -*- -#ifndef LIST_GRAPH_H -#define LIST_GRAPH_H +#ifndef HUGO_LIST_GRAPH_H +#define HUGO_LIST_GRAPH_H #include #include @@ -561,4 +561,4 @@ } //namespace hugo -#endif //LIST_GRAPH_H +#endif //HUGO_LIST_GRAPH_H