|
version 1.17, 2001/02/21 23:37:04
|
version 1.18, 2001/07/25 15:05:07
|
|
|
|
| /* $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 |
|
|
|
| #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 |
|
|
|
| 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 |