mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
21 lines
371 B
Plaintext
21 lines
371 B
Plaintext
--- src/include/prcserror.h.orig Sun Feb 27 12:43:05 2000
|
|
+++ src/include/prcserror.h Sun Feb 27 12:45:35 2000
|
|
@@ -121,7 +121,7 @@
|
|
|
|
private:
|
|
operator bool () const { return error(); }
|
|
- operator!();
|
|
+ void operator!();
|
|
};
|
|
|
|
#ifdef PRCS_DEVEL
|
|
@@ -183,7 +183,7 @@
|
|
|
|
private:
|
|
Type _val;
|
|
- operator!();
|
|
+ void operator!();
|
|
};
|
|
|
|
#ifdef PRCS_DEVEL
|