# HG changeset patch # User alpar # Date 1079218194 0 # Node ID 08735c8704cdde258118bd13941bf539b73e034d # Parent ee62b0d9093342a0fdeaf3eb71f9a6f46ee525b0 . diff -r ee62b0d90933 -r 08735c8704cd src/work/alpar/invalid.h --- a/src/work/alpar/invalid.h Sat Mar 13 22:48:43 2004 +0000 +++ b/src/work/alpar/invalid.h Sat Mar 13 22:49:54 2004 +0000 @@ -15,7 +15,10 @@ /// \ref Invalid is a global type that converts to each iterator /// in such a way that the value of the target iterator will be invalid. - + + // It is also used to convert the \c INVALID constant to the + // node iterator that makes is possible to write + //extern Invalid INVALID; //const Invalid &INVALID = *(Invalid *)0;