comparison libinterp/operators/op-ui64-ui64.cc @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
154 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, uint16); 154 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, uint16);
155 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, int32); 155 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, int32);
156 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, uint32); 156 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, uint32);
157 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, int64); 157 OCTAVE_INSTALL_MIXED_INT_CMP_OPS (uint64, int64);
158 } 158 }
159