summaryrefslogtreecommitdiff
path: root/graphics/rayshade/patches/patch-ab
blob: d5962af931416583e68855b5733d575d47d1fe48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ab,v 1.1 1998/08/24 18:11:43 agc Exp $

*** 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]