1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/rayshade/files/patch-ab
Matthew Hunt 8a15221195 Import of Rayshade 4.0 raytracing software.
PR:		6158
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1998-05-26 04:04:19 +00:00

25 lines
534 B
Plaintext

*** etc/rsconvert/lex.l.orig Sun Mar 8 18:55:39 1998
--- etc/rsconvert/lex.l Sun Mar 8 18:56:05 1998
***************
*** 22,27 ****
--- 22,28 ----
#include "libcommon/common.h"
#include "y.tab.h"
%}
+ %option yylineno
alpha [a-zA-Z]
special [\.\_-]
digit [0-9]
*** libshade/lex.l.orig Sun Mar 8 18:52:11 1998
--- libshade/lex.l Sun Mar 8 18:53:18 1998
***************
*** 29,34 ****
--- 29,35 ----
#include "y.tab.h"
extern char *strsave();
%}
+ %option yylineno
alpha [a-zA-Z]
special [\.\_-]
digit [0-9]