Author: mike Date: 2008-02-21 20:58:53 -0800 (Thu, 21 Feb 2008) New Revision: 455 Log: Remove reference to GNU coding style (STR #1879)
Modified: trunk/cmp.php Modified: trunk/cmp.php =================================================================== --- trunk/cmp.php 2008-01-07 05:03:54 UTC (rev 454) +++ trunk/cmp.php 2008-02-22 04:58:53 UTC (rev 455) @@ -713,13 +713,12 @@ <h2>General Coding Style</h2> -<p>The FLTK code follows the GNU coding style, which is also -essentially the K&R coding style. While many of the -developers are not entirely satisfied with this coding style, no -one has volunteered to change all of the FLTK source code -(currently about 54,000 lines of code!) to a new style. +<p>The FLTK code basically follows the K&R coding style. While many +of the developers are not entirely satisfied with this coding style, no +one has volunteered to change all of the FLTK source code (currently about +54,000 lines of code!) to a new style. -<p>The GNU/K&R coding style can be summarized with the +<p>The K&R coding style can be summarized with the following example code: <pre> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
