From 235327d9c92d3c6b7c433c6084fd47d64c81d6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 30 Jun 2008 11:31:18 +0000 Subject: [PATCH] Reverted a change from the previous revision that seems to cause an error attempting to generate the documentation. [SVN r46896] --- historic/jam/doc/bjam.qbk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/historic/jam/doc/bjam.qbk b/historic/jam/doc/bjam.qbk index c371118d7..a0f87a1dd 100644 --- a/historic/jam/doc/bjam.qbk +++ b/historic/jam/doc/bjam.qbk @@ -1262,10 +1262,9 @@ A variable element's string value can be parsed into grist and filename-related the [@http://www.cygwin.com/cygwin-api/func-cygwin-conv-to-win32-path.html =cygwin_conv_to_win32_path=] function. On other platforms, the string is unchanged. For example -[pre -local x = "/cygdrive/c/Program Files/Borland" ; -ECHO $(x:W) ; -] +`` + x = "/cygdrive/c/Program Files/Borland" ; ECHO $(x:W) ; +`` prints [^"C:\\Program Files\\Borland"] on Cygwin ]]