summaryrefslogtreecommitdiff
path: root/asmrun/misc.h
diff options
context:
space:
mode:
authorNo author <no_author@ocaml.org>1996-06-12 14:30:50 +0000
committerNo author <no_author@ocaml.org>1996-06-12 14:30:50 +0000
commit8840c0d2eb51b915c2ee9a0141ee15bacd2edaf9 (patch)
treee958cf7fcbd83fa76326751543fdb7b5db8c1f9d /asmrun/misc.h
parent27f9eb0fedb8be059f7413efc9fbb8c6d7ee8f92 (diff)
downloadocaml-1.01.tar.gz
This commit was manufactured by cvs2svn to create tag 'ocaml101'.1.01
git-svn-id: http://caml.inria.fr/svn/ocaml/release/1.01@884 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmrun/misc.h')
-rw-r--r--asmrun/misc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/asmrun/misc.h b/asmrun/misc.h
deleted file mode 100644
index edead293c9..0000000000
--- a/asmrun/misc.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef DEBUG
-#define Assert(x) if(!(x)) failed_assert(__FILE__, __LINE__)
-#else
-#define Assert(x)
-#endif