svn commit: trunk/busybox/miscutils
vda at busybox.net
vda at busybox.net
Thu May 31 16:06:19 PDT 2007
Author: vda
Date: 2007-05-31 16:06:18 -0700 (Thu, 31 May 2007)
New Revision: 18718
Log:
less: forgot trivial #if ENABLE_xxxx
Modified:
trunk/busybox/miscutils/less.c
Changeset:
Modified: trunk/busybox/miscutils/less.c
===================================================================
--- trunk/busybox/miscutils/less.c 2007-05-31 22:42:12 UTC (rev 18717)
+++ trunk/busybox/miscutils/less.c 2007-05-31 23:06:18 UTC (rev 18718)
@@ -140,11 +140,13 @@
#define files (G.files )
#define num_marks (G.num_marks )
#define mark_lines (G.mark_lines )
+#if ENABLE_FEATURE_LESS_REGEXP
#define match_lines (G.match_lines )
#define match_pos (G.match_pos )
#define num_matches (G.num_matches )
#define pattern (G.pattern )
#define pattern_valid (G.pattern_valid )
+#endif
#define terminated (G.terminated )
#define term_orig (G.term_orig )
#define term_less (G.term_less )
More information about the busybox-cvs
mailing list