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

Log Message:
-----------
BU_EXTERN and BU_ARGS are pre-c89 accommodations, no longer needed and 
minimally impacting to remove them

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

Modified: brlcad/trunk/doc/deprecation.txt
===================================================================
--- brlcad/trunk/doc/deprecation.txt    2011-06-10 16:23:29 UTC (rev 44883)
+++ brlcad/trunk/doc/deprecation.txt    2011-06-10 16:28:01 UTC (rev 44884)
@@ -365,6 +365,12 @@
 have been identified in reverse chronological order.  As expressions
 are not extensively tested, use with caution.
 
+s/BU_ARGS(\([^)]*\))/\1/g
+        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/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