|
a/src/rcldb/rcldb.cpp |
|
b/src/rcldb/rcldb.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.94 2006-11-14 13:55:43 dockes Exp $ (C) 2004 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.95 2006-11-15 14:57:53 dockes Exp $ (C) 2004 J.F.Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
30 |
#include <algorithm>
|
30 |
#include <algorithm>
|
31 |
|
31 |
|
32 |
#ifndef NO_NAMESPACES
|
32 |
#ifndef NO_NAMESPACES
|
33 |
using namespace std;
|
33 |
using namespace std;
|
34 |
#endif /* NO_NAMESPACES */
|
34 |
#endif /* NO_NAMESPACES */
|
35 |
#define RCLDB_INTERNAL
|
|
|
36 |
|
35 |
|
37 |
#include "rcldb.h"
|
36 |
#include "rcldb.h"
|
38 |
#include "stemdb.h"
|
37 |
#include "stemdb.h"
|
39 |
#include "textsplit.h"
|
38 |
#include "textsplit.h"
|
40 |
#include "transcode.h"
|
39 |
#include "transcode.h"
|