Switch to unified view

a/src/internfile/htmlparse.cpp b/src/internfile/htmlparse.cpp
1
/* This file was copied from omega-0.8.5 and modified */
2
1
/* htmlparse.cc: simple HTML parser for omega indexer
3
/* htmlparse.cc: simple HTML parser for omega indexer
2
 *
4
 *
3
 * ----START-LICENCE----
5
 * ----START-LICENCE----
4
 * Copyright 1999,2000,2001 BrightStation PLC
6
 * Copyright 1999,2000,2001 BrightStation PLC
5
 * Copyright 2001 Ananova Ltd
7
 * Copyright 2001 Ananova Ltd
...
...
21
 * USA
23
 * USA
22
 * -----END-LICENCE-----
24
 * -----END-LICENCE-----
23
 */
25
 */
24
26
25
#ifndef lint
27
#ifndef lint
26
static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.5 2006-01-27 11:25:14 dockes Exp $ ";
28
static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.6 2006-01-30 11:15:27 dockes Exp $ ";
27
#endif
29
#endif
28
30
29
//#include <config.h>
31
//#include <config.h>
30
32
31
#include <algorithm>
33
#include <algorithm>