Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53042 - trunk/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2009-05-16 06:24:17


Author: vladimir_prus
Date: 2009-05-16 06:24:16 EDT (Sat, 16 May 2009)
New Revision: 53042
URL: http://svn.boost.org/trac/boost/changeset/53042

Log:
Fix the prototype of stlport.init to match docs.

Fixes #2976.

Text files modified:
   trunk/tools/build/v2/tools/stlport.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/stlport.jam
==============================================================================
--- trunk/tools/build/v2/tools/stlport.jam (original)
+++ trunk/tools/build/v2/tools/stlport.jam 2009-05-16 06:24:16 EDT (Sat, 16 May 2009)
@@ -279,7 +279,7 @@
 # Initialize stlport support.
 rule init (
     version ? :
- headers # Location of header files
+ headers : # Location of header files
     libraries * # Location of libraries, lib and bin subdirs of STLport.
     )
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk