blob: c7ed49816f0f49897401d5d2bc25d7a193dfa9e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ./libhal++/device.hh.orig 2007-08-08 21:48:40.000000000 +0200
+++ ./libhal++/device.hh 2007-08-08 21:48:51.000000000 +0200
@@ -60,11 +60,7 @@
inline bool operator==(iterator const& other)
{
-#ifdef HAVE_HAL_058
return ((i.idx == other.i.idx) && (i.set == other.i.set));
-#else
- return ((i.index == other.i.index) && (i.set == other.i.set));
-#endif // HAVE_HAL_058
}
inline bool operator!=(iterator const& other)
|