IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27983


Ignore:
Timestamp:
May 17, 2010, 4:15:15 PM (16 years ago)
Author:
Paul Price
Message:

Adding PXOPT_COPY_BOOL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r27391 r27983  
    286286  PXOPT_COPY_PRIMITIVE(from, to, psU64, U64, oldname, newname, comment)
    287287
     288#define PXOPT_COPY_BOOL(from, to, oldname, newname, comment) \
     289  PXOPT_COPY_V(from, to, psBool, Bool, oldname, newname, comment)
    288290
    289291/*** these PXOPT_ADD_WHERE macros are used to construct the default sql elements ***/
Note: See TracChangeset for help on using the changeset viewer.