IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8231 for trunk/psLib/src


Ignore:
Timestamp:
Aug 8, 2006, 1:11:25 PM (20 years ago)
Author:
jhoblitt
Message:

add _() macro for future use with gettext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psError.h

    r7300 r8231  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-06-02 21:33:34 $
     14 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-08-08 23:11:25 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626
    2727#include "psErrorCodes.h"
     28
     29#define _(string) string
    2830
    2931/** @addtogroup ErrorHandling
Note: See TracChangeset for help on using the changeset viewer.