Revision: 44897
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44897&view=rev
Author:   brlcad
Date:     2011-06-11 01:06:42 +0000 (Sat, 11 Jun 2011)

Log Message:
-----------
space is optional

Modified Paths:
--------------
    brlcad/trunk/doc/deprecation.txt

Modified: brlcad/trunk/doc/deprecation.txt
===================================================================
--- brlcad/trunk/doc/deprecation.txt    2011-06-10 23:32:52 UTC (rev 44896)
+++ brlcad/trunk/doc/deprecation.txt    2011-06-11 01:06:42 UTC (rev 44897)
@@ -369,7 +369,7 @@
 (particularly quoting of '(', ')', and '|') for other environments.
 Most expressions will apply with: perl -0777 -pi -e 'EXPRESSION' FILE
 
-s/[[:space:]]BU_ARGS[[:space:]]*\([[:space:]]*([^)]*[[:space:]]*)[[:space:]]*\)/\1/g
+s/[[:space:]]*BU_ARGS[[:space:]]*\([[:space:]]*([^)]*[[:space:]]*)[[:space:]]*\)/\1/g
         BU_ARGS() no longer necessary due to C89 minimum, list args [7.20]
 
 
s/BU_EXTERN[[:space:]]*\([[:space:]]*(.*)[[:space:]]*,[[:space:]]*\([[:space:]]*(.*)[[:space:]]*\)[[:space:]]*\)/extern
 \1(\2)/mg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to