Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst
This commit is contained in:
@@ -109,5 +109,4 @@ copy_string_backward( const InputIterator& first, InputIterator& last, OutputIte
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
#endif // !defined(nsAlgorithm_h___)
|
||||
|
||||
Reference in New Issue
Block a user