From 2f434ff48bd638cb3a260d8e6923752042ccf5f7 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 7 Jun 2012 10:28:30 -0500 Subject: [PATCH] complain if we have no valid float configureation. --- H/TermExt.h | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 H/TermExt.h diff --git a/H/TermExt.h b/H/TermExt.h old mode 100644 new mode 100755 index ec8c08dd4..a53fcaec1 --- a/H/TermExt.h +++ b/H/TermExt.h @@ -271,6 +271,9 @@ FloatOfTerm (Term t) #else /* OOPS, YAP only understands Floats that are as large as cells or that take two cells!!! */ + +OOPS + #endif #endif