From bde9ca41455267681c3fae0cf6f204653bcf40fa Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Thu, 10 Jul 2003 10:54:10 +0000 Subject: [PATCH] added prototype of backtrace (sunpro can't handle missing prototypes) [SVN r19015] --- historic/jam/src/builtins.h | 2 ++ jam_src/builtins.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/historic/jam/src/builtins.h b/historic/jam/src/builtins.h index 51cd7beb2..c405797f1 100644 --- a/historic/jam/src/builtins.h +++ b/historic/jam/src/builtins.h @@ -34,4 +34,6 @@ LIST *builtin_pwd( PARSE *parse, FRAME *args ); LIST *builtin_update( PARSE *parse, FRAME *args ); LIST *builtin_search_for_target( PARSE *parse, FRAME *args ); +void backtrace( FRAME *frame ); + #endif diff --git a/jam_src/builtins.h b/jam_src/builtins.h index 51cd7beb2..c405797f1 100644 --- a/jam_src/builtins.h +++ b/jam_src/builtins.h @@ -34,4 +34,6 @@ LIST *builtin_pwd( PARSE *parse, FRAME *args ); LIST *builtin_update( PARSE *parse, FRAME *args ); LIST *builtin_search_for_target( PARSE *parse, FRAME *args ); +void backtrace( FRAME *frame ); + #endif