IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

Change History (1)

comment:1 by jhoblitt, 20 years ago

Resolution: fixed
Status: newclosed

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.

All instances of #include "psErrorText.h" have also been removed.

Note: See TracTickets for help on using tickets.