changeset 15865:500650d6ddf5

Array-jit.cc: Ensure Cell.h is never included
author Max Brister <max@2bass.com>
date Fri, 28 Dec 2012 22:43:18 -0700
parents 20f4a2399be0
children c1c6502fe52b
files libinterp/template-inst/Array-jit.cc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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