static void RecordCommentVariable( List< string > _variables, string _token, Parser P ) { string comment = _token + P.SkipComment(); _variables.Add( comment ); }
void RecordCommentOption( string _token, Parser P ) { string comment = _token + P.SkipComment(); m_options.m_unknownOptions.Add( comment ); }