Revision: 41375
http://brlcad.svn.sourceforge.net/brlcad/?rev=41375&view=rev
Author: brlcad
Date: 2010-11-16 03:43:18 +0000 (Tue, 16 Nov 2010)
Log Message:
-----------
and with this should be the final stab into the heart of MAXARGS and
RT_MAXARGS, now no more a cheap hack to be relied upon. 'do it right'
Modified Paths:
--------------
brlcad/trunk/include/cmd.h
brlcad/trunk/include/raytrace.h
Modified: brlcad/trunk/include/cmd.h
===================================================================
--- brlcad/trunk/include/cmd.h 2010-11-16 03:41:08 UTC (rev 41374)
+++ brlcad/trunk/include/cmd.h 2010-11-16 03:43:18 UTC (rev 41375)
@@ -48,7 +48,6 @@
#include "bu.h"
-#define MAXARGS 50000
#define CMD_NULL (int (*)(ClientData, Tcl_Interp *, int, const char **))NULL
#define CMDHIST_NULL (struct bu_cmdhist *)NULL
#define CMDHIST_OBJ_NULL (struct bu_cmdhist_obj *)NULL
Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h 2010-11-16 03:41:08 UTC (rev 41374)
+++ brlcad/trunk/include/raytrace.h 2010-11-16 03:43:18 UTC (rev 41375)
@@ -1195,8 +1195,7 @@
#define TREE_LIST_NULL ((struct tree_list *)0)
-/* Some dubious defines, to support the wdb_obj.c evolution */
-#define RT_MAXARGS 9000
+/* FIXME: this is a dubious define that should be removed */
#define RT_MAXLINE 10240
/**
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits