Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038140 | 1.4.0 | Steve Goldman | P3 | Closed | Fixed | beta |
The identifier _c is reserved by the Compaq C++ compiler.
Problem is that Tandem is using extensions which have the side effect of predefining some symbols. One of those symbols is _c. For the moment workaround is to change the names of
the variable wherever it occurs. Specifically:
Change _c to _pc (PhaseChaitin) in:
coalesce.cpp
coalesce.hpp
Change _c to _csn (Children of State Node) in:
dfa.cpp
formssel.cpp
matcher.cpp
output_h.cpp
Thank you for considering this request.
Please fix this problem in LadyBird.
fariba.alavi@eng 2000-10-30
Problem is that Tandem is using extensions which have the side effect of predefining some symbols. One of those symbols is _c. For the moment workaround is to change the names of
the variable wherever it occurs. Specifically:
Change _c to _pc (PhaseChaitin) in:
coalesce.cpp
coalesce.hpp
Change _c to _csn (Children of State Node) in:
dfa.cpp
formssel.cpp
matcher.cpp
output_h.cpp
Thank you for considering this request.
Please fix this problem in LadyBird.
fariba.alavi@eng 2000-10-30
- backported by
-
JDK-2038140 change _c variable name
-
- Closed
-