View | Details | Raw Unified | Return to bug 248859 | Differences between
and this patch

Collapse All | Expand All

(-)x11-wm/piewm/files/patch-gram.y (-11 lines)
Lines 1-11 Link Here
1
--- gram.y.orig	Thu Jan  1 15:33:42 1998
2
+++ gram.y	Thu Dec  9 23:31:00 1999
3
@@ -71,7 +71,7 @@
4
 extern int do_single_keyword(), do_string_keyword(), do_number_keyword();
5
 extern name_list **do_colorlist_keyword();
6
 extern int do_color_keyword();
7
-extern int yylineno;
8
+int yylineno;
9
 %}
10
 
11
 %union

Return to bug 248859