In DBManager.pmod in Roxen WebServer there are two ::error in a class definition which Pike 7.3 now dislikes. I am unable to solve it with global.error or global::error, but adding a constant blarg=error; outside the class and use blarg instad works. How should one do?
It's a global constant now, so it should be predef::error.
/ Martin Stjernholm, Roxen IS
Previous text:
2002-12-02 00:14: Subject: ::
In DBManager.pmod in Roxen WebServer there are two ::error in a class definition which Pike 7.3 now dislikes. I am unable to solve it with global.error or global::error, but adding a constant blarg=error; outside the class and use blarg instad works. How should one do?
/ Martin Nilsson (hehe Torgny)
pike-devel@lists.lysator.liu.se