aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-18 12:35:02 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-18 12:35:02 +0200
commitd45dee9add229d64ca875c11c78392e1a80dc100 (patch)
tree648734ad6410b07d00a002c3b5c816dbf90c109c /dfa.c
parentb8fb7b2d4287058c9d2fab1a871e9181840279be (diff)
downloadegawk-d45dee9add229d64ca875c11c78392e1a80dc100.tar.gz
egawk-d45dee9add229d64ca875c11c78392e1a80dc100.tar.bz2
egawk-d45dee9add229d64ca875c11c78392e1a80dc100.zip
Another non-MBS fix in dfa.c.
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/dfa.c b/dfa.c
index 19bbaa31..a909f68f 100644
--- a/dfa.c
+++ b/dfa.c
@@ -616,7 +616,12 @@ setbit_c (int b, charclass c)
}
#else
# define setbit_c setbit
-static inline bool setbit_wc (wint_t wc, charclass c) { abort (); }
+static inline bool setbit_wc (wint_t wc, charclass c)
+{
+ abort ();
+ /*NOTREACHED*/
+ return false;
+}
#endif
/* Like setbit_c, but if case is folded, set both cases of a letter. For