From c2a5049a259ef911505da5a1e2948fe2161b92df Mon Sep 17 00:00:00 2001 From: Phil Dawes Date: Thu, 1 Oct 2009 07:33:16 +0100 Subject: [PATCH] removed some superflous newlines --- vm/data_heap.hpp | 1 - vm/os-unix.cpp | 1 - vm/quotations.hpp | 1 - vm/strings.hpp | 1 - 4 files changed, 4 deletions(-) diff --git a/vm/data_heap.hpp b/vm/data_heap.hpp index 515a0cc54e..88216e3191 100755 --- a/vm/data_heap.hpp +++ b/vm/data_heap.hpp @@ -62,5 +62,4 @@ inline static bool in_zone(zone *z, object *pointer) return (cell)pointer >= z->start && (cell)pointer < z->end; } - } diff --git a/vm/os-unix.cpp b/vm/os-unix.cpp index c8566d8f39..a19af0da07 100644 --- a/vm/os-unix.cpp +++ b/vm/os-unix.cpp @@ -130,7 +130,6 @@ stack_frame *factor_vm::uap_stack_pointer(void *uap) return NULL; } - void factor_vm::memory_signal_handler(int signal, siginfo_t *siginfo, void *uap) { signal_fault_addr = (cell)siginfo->si_addr; diff --git a/vm/quotations.hpp b/vm/quotations.hpp index e46b129918..df079b3c47 100755 --- a/vm/quotations.hpp +++ b/vm/quotations.hpp @@ -23,7 +23,6 @@ struct quotation_jit : public jit { void iterate_quotation(); }; - VM_ASM_API cell lazy_jit_compile_impl(cell quot, stack_frame *stack, factor_vm *myvm); } diff --git a/vm/strings.hpp b/vm/strings.hpp index 8e4e52b9e3..727ca8516e 100644 --- a/vm/strings.hpp +++ b/vm/strings.hpp @@ -11,5 +11,4 @@ inline static cell string_size(cell size) return sizeof(string) + size; } - }