mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
16 lines
434 B
Plaintext
16 lines
434 B
Plaintext
$NetBSD: patch-ae,v 1.2 2012/12/21 10:29:46 dholland Exp $
|
|
|
|
Remove illegal qualification.
|
|
|
|
--- src/opstack.hxx.orig 1996-12-21 00:41:10.000000000 +0000
|
|
+++ src/opstack.hxx 2007-12-01 16:38:59.000000000 +0000
|
|
@@ -57,7 +57,7 @@ public:
|
|
OPSTACK& operator<<(OPOBJ* Op);
|
|
POPOBJ operator>>(POPOBJ& OpPtr);
|
|
PIRSET operator>>(PIRSET& OpPtr);
|
|
- void OPSTACK::Reverse();
|
|
+ void Reverse();
|
|
~OPSTACK();
|
|
private:
|
|
void Push(OPOBJ& Op);
|