IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 1:54:47 PM (6 years ago)
Author:
tdeboer
Message:

revert to working Ohana build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvodb.h

    r41269 r41340  
    55
    66// Some values used by code moved to libdvo from opihi.
    7 typedef enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT, OPIHI_STR} opihiVectorTypes;
    8 
     7enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT};
    98# define opihi_flt double
     9// # define opihi_int int64_t
    1010# define opihi_int long long int
    1111# define OPIHI_INT_FMT "%lld"
    12 
    13 // # define opihi_int int64_t
    1412
    1513typedef enum {
Note: See TracChangeset for help on using the changeset viewer.