[Lemon-commits] [lemon_svn] alpar: r259 - hugo/trunk/src/work/alpar
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:38:24 CET 2006
Author: alpar
Date: Sat Mar 13 23:48:43 2004
New Revision: 259
Modified:
hugo/trunk/src/work/alpar/emptygraph.h
Log:
put the namespace into the main #ifdef
Modified: hugo/trunk/src/work/alpar/emptygraph.h
==============================================================================
--- hugo/trunk/src/work/alpar/emptygraph.h (original)
+++ hugo/trunk/src/work/alpar/emptygraph.h Sat Mar 13 23:48:43 2004
@@ -1,6 +1,6 @@
// -*- c++ -*-
-#ifndef EMPTYGRAPH_H
-#define EMPTYGRAPH_H
+#ifndef HUGO_EMPTYGRAPH_H
+#define HUGO_EMPTYGRAPH_H
#include <invalid.h>
@@ -306,4 +306,4 @@
// }
-#endif // EMPTYGRAPH_H
+#endif // HUGO_EMPTYGRAPH_H
More information about the Lemon-commits
mailing list