2020-04-16 07:00:10 +00:00
|
|
|
Index: sgrep-1.94a/sample.sgreprc
|
|
|
|
|
===================================================================
|
|
|
|
|
--- sgrep-1.94a.orig/sample.sgreprc
|
|
|
|
|
+++ sgrep-1.94a/sample.sgreprc
|
|
|
|
|
@@ -33,7 +33,7 @@ define(UPPER,("A"or"B"or"C"or"D"or"E"or"
|
2007-01-15 23:36:54 +00:00
|
|
|
# Lines
|
|
|
|
|
define(LEND,( "\n" or end ))
|
|
|
|
|
define(LSTART,( "\n" or start))
|
|
|
|
|
-define(LINES,( (start .. LEND) or (("\n") _. (LEND)) ))
|
|
|
|
|
+define(LINE,( (start .. LEND) or (("\n") _. (LEND)) ))
|
|
|
|
|
# Empty lines
|
|
|
|
|
define(ELINE,( LINE in concat(BLANK)))
|
|
|
|
|
|