diff options
Diffstat (limited to 'graphics/mpeg/files')
-rw-r--r-- | graphics/mpeg/files/patch-lexer.l | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/mpeg/files/patch-lexer.l b/graphics/mpeg/files/patch-lexer.l new file mode 100644 index 0000000..e7aa705 --- /dev/null +++ b/graphics/mpeg/files/patch-lexer.l @@ -0,0 +1,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 */ + |