Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64551 - trunk/tools/build/v2/build
From: ghost_at_[hidden]
Date: 2010-08-02 14:48:36


Author: vladimir_prus
Date: 2010-08-02 14:48:35 EDT (Mon, 02 Aug 2010)
New Revision: 64551
URL: http://svn.boost.org/trac/boost/changeset/64551

Log:
Correct bjam signature of type.register
Text files modified:
   trunk/tools/build/v2/build/type.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/build/type.py
==============================================================================
--- trunk/tools/build/v2/build/type.py (original)
+++ trunk/tools/build/v2/build/type.py 2010-08-02 14:48:35 EDT (Mon, 02 Aug 2010)
@@ -55,7 +55,7 @@
     
 reset ()
 
-_at_bjam_signature((["type"], ["suffixes", "*"], ["base_type"]))
+@bjam_signature((["type"], ["suffixes", "*"], ["base_type", "?"]))
 def register (type, suffixes = [], base_type = None):
     """ Registers a target type, possibly derived from a 'base-type'.
         If 'suffixes' are provided, they list all the suffixes that mean a file is of 'type'.


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