summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaël CHAMOULAUD <strider@src.gnome.org>2003-06-28 20:56:41 +0000
committerGaël CHAMOULAUD <strider@src.gnome.org>2003-06-28 20:56:41 +0000
commitd26d63f65879e0a7154a8f029764ecd96128d0da (patch)
tree905d67743bce5a39f494ba8d5cdda55c2bfa994c
parentf898e09f7d2e3c057f1d0866d6d44cfb6f7d1c3c (diff)
downloadlibcroco-d26d63f65879e0a7154a8f029764ecd96128d0da.tar.gz
Added CROCO_LAYENG_ENABLED test in csslint_show_version function.
-rw-r--r--ChangeLog5
-rw-r--r--csslint/ChangeLog5
-rw-r--r--csslint/csslint.c3
3 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2fc410..46063ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-28 Gaël Chamoulaud (strider) <strider@freespiders.org>
+
+ * csslint/csslint.c (csslint_show_version): Added CROCO_LAYENG_ENABLED
+ test in csslint_show_version function.
+
2003-06-23 Dodji Seketeli <dodji()47()seketeli()dot()org>
* docs/design/parser-architecture.txt: more bits on this.
diff --git a/csslint/ChangeLog b/csslint/ChangeLog
index 6f2c35d..df5e076 100644
--- a/csslint/ChangeLog
+++ b/csslint/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-28 Gaël Chamoulaud <strider@freespiders.org>
+
+ * csslint.c (csslint_show_version): Added CROCO_LAYENG_ENABLED test
+ in csslint_show_version function.
+
2003-04-02 Gaël Chamoulaud <strider@freespiders.org>
* csslint.1: updated man page
diff --git a/csslint/csslint.c b/csslint/csslint.c
index 8ba591a..a39a3fd 100644
--- a/csslint/csslint.c
+++ b/csslint/csslint.c
@@ -114,6 +114,9 @@ csslint_show_version (const char *name)
#ifdef CROCO_SELENG_ENABLED
fprintf(stderr, "SELENG ");
#endif
+#ifdef CROCO_LAYENG_ENABLED
+ fprintf(stderr, "LAYENG ");
+#endif
#ifdef CROCO_TESTS_ENABLED
fprintf(stderr, "TESTS ");
#endif