# HG changeset patch # User Max Brister # Date 1356759798 25200 # Node ID 500650d6ddf5a54be7031910c7f070627889aca3 # Parent 20f4a2399be02d52d2f0e6846eb21a1e8d26adc1 Array-jit.cc: Ensure Cell.h is never included diff -r 20f4a2399be0 -r 500650d6ddf5 libinterp/template-inst/Array-jit.cc --- a/libinterp/template-inst/Array-jit.cc Fri Dec 28 22:35:05 2012 -0700 +++ b/libinterp/template-inst/Array-jit.cc Fri Dec 28 22:43:18 2012 -0700 @@ -37,4 +37,9 @@ INSTANTIATE_ARRAY (jit_function, OCTINTERP_API); +#ifdef Cell_h +#error Must not include Cell.h in Array-jit.h +#error This causes problems on MSVC #endif + +#endif