summaryrefslogtreecommitdiff
path: root/xc/programs/twm
diff options
context:
space:
mode:
authorkaleb <empty>1994-11-21 18:19:48 +0000
committerkaleb <empty>1994-11-21 18:19:48 +0000
commitaafd01e386590d03970c18380b64fb3288dc58da (patch)
treef6b6df1749bccf392175e68ea7717f5768d7b3dc /xc/programs/twm
parent2faf0b7fbe85109fb3c68a955db4b93438b305f8 (diff)
XFree86 3.1
Diffstat (limited to 'xc/programs/twm')
-rw-r--r--xc/programs/twm/lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/programs/twm/lex.l b/xc/programs/twm/lex.l
index bfc007028..676f41701 100644
--- a/xc/programs/twm/lex.l
+++ b/xc/programs/twm/lex.l
@@ -53,7 +53,7 @@ in this Software without prior written authorization from the X Consortium.
/***********************************************************************
*
- * $XConsortium: lex.l,v 1.67 94/03/19 13:09:31 rws Exp $
+ * $XConsortium: lex.l,v 1.68 94/04/17 20:38:14 rws Exp kaleb $
*
* .twmrc lex file
*
@@ -67,7 +67,7 @@ in this Software without prior written authorization from the X Consortium.
extern char *ProgramName;
extern int ParseError;
-#ifdef __bsdi__
+#if defined(CSRG_BASED) || defined(linux)
int yylineno;
#undef YY_INPUT