b7edd8c73e
use %option main
13 lines
285 B
Text
13 lines
285 B
Text
$NetBSD: patch-ab,v 1.5 2009/11/09 02:46:12 christos Exp $
|
|
|
|
--- tools/wml/wmluiltok.l.orig 2009-11-08 21:40:09.000000000 -0500
|
|
+++ tools/wml/wmluiltok.l 2009-11-08 21:40:19.000000000 -0500
|
|
@@ -68,6 +68,8 @@
|
|
|
|
%a 9999 /* transitions */
|
|
|
|
+%option main
|
|
+
|
|
%{
|
|
|
|
#include <stdio.h>
|