diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:26 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:26 +0000 |
commit | 97cfe91fdcc59406eba5fb2f085362593ea84e72 (patch) | |
tree | f64e0e73406ac72b3a8b29b53352104b5af3e25d /lex.l | |
parent | c6e2c72275eeb266abecc5273fb3257f45e71687 (diff) |
Add prototypes of Xalloc/free functions.
Export ImUtil.h to match modular tree install.
Define SVR4 to 1 to avoid warning about redefining to different values.
Include missing headers to clear more compiler warnings.
Diffstat (limited to 'lex.l')
-rw-r--r-- | lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ %{ #include <X11/X.h> +#include <stdlib.h> #include "gram.h" #include "constants.h" #if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__) |