#380 closed defect (fixed)
psTrace.h do nothing entries might cause errors
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | sys | Version: | 0.5.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
the psTrace.h functions are supposed to be replaced with harmless code when
PS_NO_TRACE is defined. the code was replacing the functions with (void)0,
which could potentially interact with something. I replaced those with /* do
nothing */ in the psTrace.h submitted with BUG 379
Note:
See TracTickets
for help on using tickets.

fixed when Bug 379 was fixed.