Changeset 41269 for trunk/Ohana/src/libdvo/include/dvodb.h
- Timestamp:
- Feb 24, 2020, 3:19:09 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvodb.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvodb.h
r40463 r41269 5 5 6 6 // Some values used by code moved to libdvo from opihi. 7 enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT}; 7 typedef enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT, OPIHI_STR} opihiVectorTypes; 8 8 9 # define opihi_flt double 9 // # define opihi_int int64_t10 10 # define opihi_int long long int 11 11 # define OPIHI_INT_FMT "%lld" 12 13 // # define opihi_int int64_t 12 14 13 15 typedef enum {
Note:
See TracChangeset
for help on using the changeset viewer.
