#36 closed defect (fixed)
PS_MEM_MAGIC constant naming
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
SDR specified a constant named PS_MEM_MAGIC, but the prototype code provided uses a different
name P_PS_MEMMAGIC. The P_PS_MEMMAGIC indicates the constant is considered private where the
SDR name indicates a public constant. Should this constant be global or private?
Note:
See TracTickets
for help on using tickets.

let's use P_PS_MEMMAGIC, ie make it private.