Switch to unified view

a/src/internfile/htmlparse.cpp b/src/internfile/htmlparse.cpp
...
...
21
 * USA
21
 * USA
22
 * -----END-LICENCE-----
22
 * -----END-LICENCE-----
23
 */
23
 */
24
24
25
#ifndef lint
25
#ifndef lint
26
static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.2 2005-01-28 08:50:17 dockes Exp $ ";
26
static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.3 2005-11-24 07:16:15 dockes Exp $ ";
27
#endif
27
#endif
28
28
29
//#include <config.h>
29
//#include <config.h>
30
30
31
#include <algorithm>
31
#include <algorithm>
32
#ifndef NO_NAMESPACES
33
using namespace std;
32
using std::find;
34
//using std::find;
33
using std::find_if;
35
//using std::find_if;
36
#endif /* NO_NAMESPACES */
34
#include "htmlparse.h"
37
#include "htmlparse.h"
35
#include <stdio.h>
38
#include <stdio.h>
36
#include <ctype.h>
39
#include <ctype.h>
37
40
38
#include "transcode.h"
41
#include "transcode.h"