summaryrefslogtreecommitdiff
path: root/multimedia/mpeg/files/patch-lexer.l
blob: e7aa7054a4522722e6653361be5103d58f36dfb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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 */