Revision: 41051
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41051&view=rev
Author:   brlcad
Date:     2010-10-18 18:31:57 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
remove the getopt global var declarations as they bust the windows build.  
there was some platform (maybe solaris?) that required them at some point, but 
remove for now regardless.  if readded, they will need __declspec(dllimport).

Modified Paths:
--------------
    brlcad/trunk/bench/pixcmp.c

Modified: brlcad/trunk/bench/pixcmp.c
===================================================================
--- brlcad/trunk/bench/pixcmp.c 2010-10-18 17:42:18 UTC (rev 41050)
+++ brlcad/trunk/bench/pixcmp.c 2010-10-18 18:31:57 UTC (rev 41051)
@@ -113,9 +113,6 @@
 int
 main(int argc, char *argv[])
 {
-    extern char *optarg;
-    extern int optind;
-
     FILE *f1 = NULL;
     FILE *f2 = NULL;
 


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to