2
0
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:
Toon Knapen
2003-07-10 10:54:10 +00:00
parent 63e5c44780
commit bde9ca4145
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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