Revision: 49432
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49432&view=rev
Author:   n_reed
Date:     2012-02-15 19:41:41 +0000 (Wed, 15 Feb 2012)
Log Message:
-----------
looks like we forgot to ignore a token

Modified Paths:
--------------
    brlcad/trunk/src/other/step/src/express/expscan.l

Modified: brlcad/trunk/src/other/step/src/express/expscan.l
===================================================================
--- brlcad/trunk/src/other/step/src/express/expscan.l   2012-02-15 18:52:59 UTC 
(rev 49431)
+++ brlcad/trunk/src/other/step/src/express/expscan.l   2012-02-15 19:41:41 UTC 
(rev 49432)
@@ -318,7 +318,7 @@
 
 <comment> {
 
-'\n' { NEWLINE; }
+'\n' { NEWLINE; IGNORE_TOKEN; }
 [^*()\n]* { IGNORE_TOKEN; }
 [*()] { IGNORE_TOKEN; }
 

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


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to