Revision: 44885
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44885&view=rev
Author:   brlcad
Date:     2011-06-10 16:42:16 +0000 (Fri, 10 Jun 2011)

Log Message:
-----------
BU_EXTERN() is a macro and a bit more tricky to isolate properly, but still 
minimally impacting.

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

Modified: brlcad/trunk/doc/deprecation.txt
===================================================================
--- brlcad/trunk/doc/deprecation.txt    2011-06-10 16:28:01 UTC (rev 44884)
+++ brlcad/trunk/doc/deprecation.txt    2011-06-10 16:42:16 UTC (rev 44885)
@@ -365,11 +365,11 @@
 have been identified in reverse chronological order.  As expressions
 are not extensively tested, use with caution.
 
-s/BU_ARGS(\([^)]*\))/\1/g
+s/BU_ARGS(\([^)]*\))/\1/mg
         BU_ARGS() no longer necessary due to C89 minimum, list args [7.20]
 
-s/BU_EXTERN/extern/g
-        BU_EXTERN no longer necessary due to C89 minimum, use extern [7.20]
+s/BU_EXTERN[[:space:]]*([[:space:]]*\(.*\)[[:space:]]*,[[:space:]]*([[:space:]]*\(.*\)[[:space:]]*)[[:space:]]*)/extern
 \1(\2)/mg
+        BU_EXTERN() no longer necessary due to C89 minimum, use extern [7.20]
 
 s/SPM_NULL/BN_SPM_MAP_NULL/g
         SPM_NULL renamed to BN_SPM_MAP_NULL [7.20]


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