From e3d502b8d38d7db1f3d7afa16e57a76f0d2e5e7d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 13 Sep 2004 22:38:26 +0000 Subject: [PATCH] Add missing \'s to sparse DESCRIPTION to unbork the parsing. BKrev: 41462162Onl4dQFU5yf0rnXKBl0MnA --- sparse/sparse_snapshot.oe | 4 ++-- 1 file 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 " PV = "0.0${CVSDATE}" -- 2.39.5