--- parser3/src/include/pa_string.h 2001/09/14 15:41:59 1.103 +++ parser3/src/include/pa_string.h 2001/10/11 10:21:44 1.106 @@ -2,10 +2,9 @@ Parser: string class decl. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_string.h,v 1.103 2001/09/14 15:41:59 parser Exp $ + $Id: pa_string.h,v 1.106 2001/10/11 10:21:44 parser Exp $ */ #ifndef PA_STRING_H @@ -87,7 +86,9 @@ public: CR_GROW_COUNT=2 ///< each time the String chunk_is_full() string expanded() }; - /// piece is tainted or not. the language to use when detaint + /** piece is tainted or not. the language to use when detaint + remember to change String_Untaint_lang_name @ untaint.C along + */ enum Untaint_lang { UL_UNSPECIFIED=0, ///< zero value handy for hash lookup @see untaint_lang_name2enum UL_CLEAN, ///< clean