IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4819 for trunk/psLib/src/types


Ignore:
Timestamp:
Aug 18, 2005, 2:31:42 PM (21 years ago)
Author:
desonia
Message:

changes relate to compiling on OS/X with GCC 4.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psBitSet.c

    r4556 r4819  
    1111 *  @author Robert DeSonia, MHPCC
    1212 *
    13  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-07-15 02:33:54 $
     13 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-08-19 00:31:42 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9595                      long bit)
    9696{
    97     char *byte = NULL;
     97    unsigned char *byte = NULL;
    9898
    9999    if (bitSet == NULL) {
     
    118118                        long bit)
    119119{
    120     char *byte = NULL;
     120    unsigned char *byte = NULL;
    121121
    122122    if (bitSet == NULL) {
     
    141141                  long bit)
    142142{
    143     char *byte = NULL;
     143    unsigned char *byte = NULL;
    144144
    145145    if (bitSet == NULL) {
     
    167167    psS32 i = 0;
    168168    psS32 n = 0;
    169     char* outBits = NULL;
    170     char* inBits1 = NULL;
    171     char* inBits2 = NULL;
     169    unsigned char* outBits = NULL;
     170    unsigned char* inBits1 = NULL;
     171    unsigned char* inBits2 = NULL;
    172172    psS32 op = UNKNOWN_OP;
    173173
Note: See TracChangeset for help on using the changeset viewer.