(file) Return to Configint.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / parser

Diff for /xc/programs/Xserver/hw/xfree86/parser/Configint.h between version 1.17 and 1.18

version 1.17, 2001/02/21 23:37:04 version 1.18, 2001/07/25 15:05:07
Line 1 
Line 1 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/parser/Configint.h,v 1.16 2000/10/20 14:59:02 alanh Exp $ */  /* $XFree86: xc/programs/Xserver/hw/xfree86/parser/Configint.h,v 1.17 2001/02/21 23:37:04 paulo Exp $ */
 /* /*
  *  *
  * Copyright (c) 1997  Metro Link Incorporated  * Copyright (c) 1997  Metro Link Incorporated
Line 38 
Line 38 
 #include <stdio.h> #include <stdio.h>
 #include <string.h> #include <string.h>
 #include <stdarg.h> #include <stdarg.h>
   #include <stddef.h>
 #include "xf86Parser.h" #include "xf86Parser.h"
  
 typedef struct typedef struct
Line 47 
Line 48 
         double realnum;         /* returned number as a real */         double realnum;         /* returned number as a real */
 } }
 LexRec, *LexPtr; LexRec, *LexPtr;
   
 #ifndef NULL  
 #define NULL 0  
 #endif  
  
 #ifndef TRUE #ifndef TRUE
 #define TRUE 1 #define TRUE 1


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

Powered by
ViewCVS 0.9.2