Bugzilla bug #52232: reverted to revision 1.1, which was generated

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
This commit is contained in:
wtc%netscape.com 2000-09-12 14:51:06 +00:00
Родитель 0e35d8cac9
Коммит f7f49cb31e
2 изменённых файлов: 362 добавлений и 678 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,3 +1,3 @@
# define OPENBRACE 257
# define CLOSEBRACE 258
# define STRING 259
#define OPENBRACE 257
#define CLOSEBRACE 258
#define STRING 259