Opened 20 years ago
Closed 20 years ago
#790 closed defect (fixed)
PS_ERRORTEXT needs to be inlined
| Reported by: | jhoblitt | Owned by: | jhoblitt |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | sys | Version: | 0.12.99 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
PS_ERRORTEXT is pointless. Doubly so if we ever start using gettext.
Note:
See TracTickets
for help on using tickets.

All error messages contained in psErrorText.h have been inlined and wrapped with
a macro named _() (defined in psError.h) that currently just passes it's
arguments through verbatim. This is for possible future use with GNU gettext.
The infrastructure to generate psErrorText.h and distribute it has been removed.