projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* apt-pkg/indexcopy.cc:
[apt.git]
/
test
/
rpmver.cc
diff --git
a/test/rpmver.cc
b/test/rpmver.cc
index c76c77bd1830a167c73dc2aa2b16c1526d023a48..9fc807de8048dffeb3f3fee0c8480d5a9d0c4446 100644
(file)
--- a/
test/rpmver.cc
+++ b/
test/rpmver.cc
@@
-8,6
+8,8
@@
#define xisalpha(x) isalpha(x)
#define xisalnum(x) (isdigit(x) || isalpha(x))
+using namespace std;
+
int rpmvercmp(const char * a, const char * b)
{
char oldch1, oldch2;