mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
1d04b67168
scanner skeleton.
16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
--- lexer.l.orig Mon Jun 3 18:16:25 2002
|
|
+++ lexer.l Mon Jun 3 18:16:32 2002
|
|
@@ -1,3 +1,4 @@
|
|
+%{
|
|
/*************************************************************
|
|
Copyright (C) 1990, 1991, 1993 Andy C. Hung, all rights reserved.
|
|
PUBLIC DOMAIN LICENSE: Stanford University Portable Video Research
|
|
@@ -15,7 +16,6 @@
|
|
Video Research Group (PVRG) code, and not by any author(s) (or
|
|
Stanford University) name.
|
|
*************************************************************/
|
|
-%{
|
|
|
|
/*LABEL lexer.c */
|
|
|