-/*
- * icalendar.l -- icalendar (RFC 5545) scanner
+/* icalendar.l -- icalendar (RFC 5545) scanner
*
* This code is Copyright (c) 2014, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
. {
/* By default, flex will just pass unmatched text. Catch it instead. */
- advise (NULL, "unexpected input: |%s|\n", icaltext);
+ inform("unexpected input: |%s|\n", icaltext);
}
<<EOF>> {