From c910c2682e77cc0d5191c20dbf11a2e59c4bd13d Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Mon, 9 Aug 2004 08:18:41 +0000 Subject: [PATCH] When there's no data, VV, compiler_data_text and compiler_data_text_size should not be used --- src/cmp/cmptop.lsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cmp/cmptop.lsp b/src/cmp/cmptop.lsp index 3b58a0eb8..8e1accdca 100644 --- a/src/cmp/cmptop.lsp +++ b/src/cmp/cmptop.lsp @@ -148,6 +148,9 @@ (let ((num-objects (data-size))) (if (zerop num-objects) (progn + (wt-h "#undef ECL_DYNAMIC_VV") + (wt-h "#define compiler_data_text \"\"") + (wt-h "#define compiler_data_text_size 0") (wt-h "#define VM " num-objects 0) (wt-h "#define VV NULL")) (progn