Revision: 56426
          http://sourceforge.net/p/brlcad/code/56426
Author:   brlcad
Date:     2013-08-01 18:36:23 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
we're no longer support k&r, assume stdc

Modified Paths:
--------------
    brlcad/trunk/include/db.h

Modified: brlcad/trunk/include/db.h
===================================================================
--- brlcad/trunk/include/db.h   2013-08-01 18:29:56 UTC (rev 56425)
+++ brlcad/trunk/include/db.h   2013-08-01 18:36:23 UTC (rev 56426)
@@ -439,27 +439,14 @@
 #define DB_RECORD_NULL ((union record *)0)
 
 
-/*
- *  Macros for providing function prototypes, regardless of whether
- *  the compiler understands them or not.
- *  It is vital that the argument list given for "args" be enclosed
- *  in parens.
- */
-#if __STDC__
-#  define DB_ARGS(args) args
-#else
-#  define DB_ARGS(args) ()
-#endif
-
-
 /* DEPRECATED: do not use. */
-DEPRECATED void rt_fastf_float DB_ARGS( (fastf_t *ff, const dbfloat_t *fp, int 
n, int flip) );
+DEPRECATED void rt_fastf_float(fastf_t *ff, const dbfloat_t *fp, int n, int 
flip);
 
 /* DEPRECATED: do not use. */
-DEPRECATED void rt_mat_dbmat DB_ARGS( (fastf_t *ff, const dbfloat_t *dbp, int 
flip) );
+DEPRECATED void rt_mat_dbmat(fastf_t *ff, const dbfloat_t *dbp, int flip);
 
 /* DEPRECATED: do not use. */
-DEPRECATED void rt_dbmat_mat DB_ARGS( (dbfloat_t *dbp, const fastf_t *ff) );
+DEPRECATED void rt_dbmat_mat(dbfloat_t *dbp, const fastf_t *ff);
 
 #endif /* __DB_H__ */
 

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