Revision: 56507
          http://sourceforge.net/p/brlcad/code/56507
Author:   brlcad
Date:     2013-08-04 17:22:32 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
the regex is out of date and 'invalid' as preprocessor-disabled code

Modified Paths:
--------------
    brlcad/trunk/regress/testlib.c

Modified: brlcad/trunk/regress/testlib.c
===================================================================
--- brlcad/trunk/regress/testlib.c      2013-08-04 16:10:16 UTC (rev 56506)
+++ brlcad/trunk/regress/testlib.c      2013-08-04 17:22:32 UTC (rev 56507)
@@ -39,15 +39,13 @@
  * and call functions.
  *
  */
-#if 0
-Example use:
-/* FIXME: regex needs to be rewritten to find function names */
-grep '^BU_EXPORT' bu.h | sed 
's/^[^,]*[[:space:]*]\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\1/g' | xargs ./a.out
-#endif
 
+#include "common.h"
+
 #include <stdio.h>
 #include <dlfcn.h>
 
+
 int
 main(int ac, char *av[])
 {

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to