diff options
Diffstat (limited to 'xc/lib/Xft/xftlex.l')
-rw-r--r-- | xc/lib/Xft/xftlex.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/lib/Xft/xftlex.l b/xc/lib/Xft/xftlex.l index f668ae6ff..14773789b 100644 --- a/xc/lib/Xft/xftlex.l +++ b/xc/lib/Xft/xftlex.l @@ -1,6 +1,6 @@ %{ /* - * $XFree86: xc/lib/Xft/xftlex.l,v 1.3 2000/12/15 22:48:39 dawes Exp $ + * $XFree86: xc/lib/Xft/xftlex.l,v 1.4 2001/01/02 02:46:51 keithp Exp $ * * Copyright (c) 2000 Keith Packard, member of The XFree86 Project, Inc. * @@ -97,6 +97,7 @@ static void unput (char c) "/\052" _XftConfigSkipComment(); ^# _XftConfigSkipLine(); dir return DIR; +cache return CACHE; include return INCLUDE; includeif return INCLUDEIF; match return MATCH; |