IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2020, 2:44:55 PM (6 years ago)
Author:
eugene
Message:

rename libfits byte-type to gfbyte to avoid collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/include/gfitsio.h

    r41395 r41422  
    1818# endif /* NEWLINE */
    1919
    20 /* gfits_bintable_format returns 'byte' as the type associated with one-byte logical (non-char) values */
    21 typedef unsigned char byte;
     20/* gfits_bintable_format returns 'gfbyte' as the type associated with one-byte logical (non-char) values */
     21typedef unsigned char gfbyte;
    2222
    2323/********** FITS Constants *********/
Note: See TracChangeset for help on using the changeset viewer.