diff options
author | unknown <heikki@hundin.mysql.fi> | 2002-10-30 00:11:40 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2002-10-30 00:11:40 +0200 |
commit | 135d10b4a77410b7fd8f55426db274ce6555bdee (patch) | |
tree | b684c0256d6e774db5af31b1cc6eba465681af61 /innobase/pars | |
parent | acad3df664608f7fd01859c3740757fa5d6817f9 (diff) | |
download | mariadb-git-135d10b4a77410b7fd8f55426db274ce6555bdee.tar.gz |
lexyy.c:
Update instructions about editing the files generated by flex and bison
innobase/pars/lexyy.c:
Update instructions about editing the files generated by flex and bison
Diffstat (limited to 'innobase/pars')
-rw-r--r-- | innobase/pars/lexyy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/pars/lexyy.c b/innobase/pars/lexyy.c index f7edc9d195f..71507ccd868 100644 --- a/innobase/pars/lexyy.c +++ b/innobase/pars/lexyy.c @@ -607,6 +607,9 @@ How to make the InnoDB parser and lexer C files: 6. Remove the #include of unistd.h from about line 2500 of lexyy.c +7. Add '#include "univ.i"' before #include <stdio.h> in lexyy.c + (Needed for AIX) + These instructions seem to work at least with bison-1.28 and flex-2.5.4 on Linux. *******************************************************/ |