summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/dfa.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-04 03:25:40 +0000
committerobrien <obrien@FreeBSD.org>2000-01-04 03:25:40 +0000
commit6a9796d7d65e9c34217a0ad2bd387b12f865327e (patch)
treec66accfbf4d060e9e088ef8de10261d9fb7d96d8 /gnu/usr.bin/grep/dfa.h
parent8aa7fd43d21fb804431830945d20b9ccab78170f (diff)
downloadFreeBSD-src-6a9796d7d65e9c34217a0ad2bd387b12f865327e.zip
FreeBSD-src-6a9796d7d65e9c34217a0ad2bd387b12f865327e.tar.gz
Merge FreeBSD chagnes into GNU grep 2.4.
Diffstat (limited to 'gnu/usr.bin/grep/dfa.h')
-rw-r--r--gnu/usr.bin/grep/dfa.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/grep/dfa.h b/gnu/usr.bin/grep/dfa.h
index 1e12515..2a7fed2 100644
--- a/gnu/usr.bin/grep/dfa.h
+++ b/gnu/usr.bin/grep/dfa.h
@@ -322,9 +322,10 @@ struct dfa
/* Entry points. */
-/* dfasyntax() takes two arguments; the first sets the syntax bits described
- earlier in this file, and the second sets the case-folding flag. */
-extern void dfasyntax PARAMS ((reg_syntax_t, int));
+/* dfasyntax() takes three arguments; the first sets the syntax bits described
+ earlier in this file, the second sets the case-folding flag, and the
+ third specifies the line terminator. */
+extern void dfasyntax PARAMS ((reg_syntax_t, int, int));
/* Compile the given string of the given length into the given struct dfa.
Final argument is a flag specifying whether to build a searching or an
OpenPOWER on IntegriCloud