summaryrefslogtreecommitdiff
path: root/x11-wm/vtwm/files/patch-aa
blob: 79b4e4366ebc4dd3f76a06112174da84217aeec6 (plain) (blame)
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
*** gram.y.orig	Mon Sep 21 22:42:49 1998
--- gram.y	Mon Sep 21 22:43:08 1998
***************
*** 89,101 ****
  extern int do_color_keyword();
  extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
  
! /*
!  * this used to be the definition - now making the assumption it's
!  * defined in lex's skeleton file (submitted by Nelson H. F. Beebe)
!  *
!  * djhjr - 1/16/98
!  */
! extern int yylineno;
  
  %}
  
--- 89,95 ----
  extern int do_color_keyword();
  extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
  
! int yylineno;
  
  %}