diff options
-rw-r--r-- | sparse/sparse_snapshot.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sparse/sparse_snapshot.oe b/sparse/sparse_snapshot.oe index 3c49eb4774..102bb04970 100644 --- a/sparse/sparse_snapshot.oe +++ b/sparse/sparse_snapshot.oe @@ -8,8 +8,8 @@ def get_snapshot_date(d): d = cvsdate[6:8] return "%s-%s-%s" % (y, m, d) -DESCRIPTION = "Sparse is a semantic parser of source files: it's neither a -compiler (although it could be used as a front-end for one) nor is it a +DESCRIPTION = "Sparse is a semantic parser of source files: it's neither a \ +compiler (although it could be used as a front-end for one) nor is it a \ preprocessor (although it contains as a part of it a preprocessing phase)." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PV = "0.0${CVSDATE}" |