mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
f7f49cb31e
by Berkeley yacc 1.4 and hence was portable. Revision 1.2 was generated by the yacc in Solaris 2.6 and contained #include <values.h>, which does not exist on NT. Always use Berkeley yacc (latest version is 1.9) to generate installparse.{c,h}. Modified files: installparse.c, installparse.h
4 lines
64 B
C
4 lines
64 B
C
#define OPENBRACE 257
|
|
#define CLOSEBRACE 258
|
|
#define STRING 259
|