$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53762 - trunk/tools/build/v2/tools
From: steven_at_[hidden]
Date: 2009-06-08 18:16:48
Author: steven_watanabe
Date: 2009-06-08 18:16:47 EDT (Mon, 08 Jun 2009)
New Revision: 53762
URL: http://svn.boost.org/trac/boost/changeset/53762
Log:
Add missing semicolon
Text files modified: 
   trunk/tools/build/v2/tools/sun.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/sun.jam
==============================================================================
--- trunk/tools/build/v2/tools/sun.jam	(original)
+++ trunk/tools/build/v2/tools/sun.jam	2009-06-08 18:16:47 EDT (Mon, 08 Jun 2009)
@@ -54,7 +54,7 @@
 flags sun.compile OPTIONS <threading>multi : -mt ;
 flags sun.compile OPTIONS <warnings>off : -erroff ;
 flags sun.compile OPTIONS <warnings>on : -erroff=%none ;
-flags sun.compile OPTIONS <warnings>all  : -erroff=%none 
+flags sun.compile OPTIONS <warnings>all  : -erroff=%none ;
 flags sun.compile OPTIONS <warnings-as-errors>on : -errwarn ;
 
 flags sun.compile.c++ OPTIONS <inlining>off : +d ;