mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
added prototype of backtrace (sunpro can't handle missing prototypes)
[SVN r19015]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user