Index: boost/wave/cpp_context.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/cpp_context.hpp,v
retrieving revision 1.35
diff -u -r1.35 cpp_context.hpp
--- boost/wave/cpp_context.hpp	20 Mar 2007 19:19:15 -0000	1.35
+++ boost/wave/cpp_context.hpp	16 Jun 2007 15:55:01 -0000
@@ -207,7 +207,7 @@
             bool even_predefined = false)
         { 
 #if BOOST_WAVE_SUPPORT_PRAGMA_ONCE != 0
-            // ensure this gets remove from the list of include guards as well
+            // ensure this gets removed from the list of include guards as well
             includes.remove_pragma_once_header(std::string(name.c_str()));
 #endif
             return macros.remove_macro(
Index: boost/wave/wave_config.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/wave_config.hpp,v
retrieving revision 1.18
diff -u -r1.18 wave_config.hpp
--- boost/wave/wave_config.hpp	27 Jan 2007 22:20:20 -0000	1.18
+++ boost/wave/wave_config.hpp	16 Jun 2007 15:55:01 -0000
@@ -134,7 +134,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 //  Allow to define macros with the command line syntax (-DMACRO(x)=definition)
 //
-//  To disable the the possibility to define macros based on the command line 
+//  To disable the possibility to define macros based on the command line
 //  syntax, define the following constant as zero before including this file.
 //
 #if !defined(BOOST_WAVE_ENABLE_COMMANDLINE_MACROS)
Index: boost/wave/util/cpp_macromap.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/util/cpp_macromap.hpp,v
retrieving revision 1.36
diff -u -r1.36 cpp_macromap.hpp
--- boost/wave/util/cpp_macromap.hpp	2 May 2007 16:32:43 -0000	1.36
+++ boost/wave/util/cpp_macromap.hpp	16 Jun 2007 15:55:05 -0000
@@ -1713,7 +1713,7 @@
 
 ///////////////////////////////////////////////////////////////////////////////
 //
-//  predefined_macro(): predefine a single macro
+//  predefine_macro(): predefine a single macro
 //
 ///////////////////////////////////////////////////////////////////////////////
 template <typename ContextT>
Index: tools/jam/src/builtins.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/builtins.c,v
retrieving revision 1.52
diff -u -r1.52 builtins.c
--- tools/jam/src/builtins.c	10 Sep 2006 18:14:50 -0000	1.52
+++ tools/jam/src/builtins.c	16 Jun 2007 15:55:40 -0000
@@ -23,6 +23,7 @@
 # include "compile.h"
 # include "native.h"
 # include "variable.h"
+# include "timestamp.h"
 # include <ctype.h>
 
 /*
@@ -58,7 +59,6 @@
 
 int glob( char *s, char *c );
 
-void lol_build( LOL* lol, char** elements );
 void backtrace( FRAME *frame );
 void backtrace_line( FRAME *frame );
 void print_source_line( PARSE* p );
Index: tools/jam/src/make1.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/make1.c,v
retrieving revision 1.32
diff -u -r1.32 make1.c
--- tools/jam/src/make1.c	20 Sep 2006 16:09:19 -0000	1.32
+++ tools/jam/src/make1.c	16 Jun 2007 15:55:40 -0000
@@ -60,6 +60,7 @@
 # include "make.h"
 # include "command.h"
 # include "execcmd.h"
+# include "compile.h"
 
 # include <stdlib.h>
 
Index: tools/jam/src/native.h
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/native.h,v
retrieving revision 1.3
diff -u -r1.3 native.h
--- tools/jam/src/native.h	28 Sep 2005 14:09:58 -0000	1.3
+++ tools/jam/src/native.h	16 Jun 2007 15:55:40 -0000
@@ -30,5 +30,7 @@
                          LIST*(*f)(PARSE*, FRAME*), int version);
 
 
+void lol_build( LOL* lol, char** elements );
+
 
 #endif
Index: tools/jam/src/regexp.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/regexp.c,v
retrieving revision 1.4
diff -u -r1.4 regexp.c
--- tools/jam/src/regexp.c	7 Sep 2006 03:57:02 -0000	1.4
+++ tools/jam/src/regexp.c	16 Jun 2007 15:55:40 -0000
@@ -307,7 +307,7 @@
 	register char *ret;
 	register char *br;
 	register char *ender;
-	register int parno;
+	register int parno; /* FIXME: used uninitialized */
 	int flags;
 
 	*flagp = HASWIDTH;	/* Tentatively. */
