added JSVERSION_1_4, removed prconv.sed NULs

This commit is contained in:
shaver%netscape.com 1998-08-01 19:52:50 +00:00
parent 9a3213a374
commit eb1610d51c
2 changed files with 1 additions and 1 deletions

View File

@ -101,6 +101,7 @@ typedef enum JSVersion {
JSVERSION_1_1 = 110,
JSVERSION_1_2 = 120,
JSVERSION_1_3 = 130,
JSVERSION_1_4 = 140,
JSVERSION_DEFAULT = 0,
JSVERSION_UNKNOWN = -1
} JSVersion;
@ -291,4 +292,3 @@ typedef void
JSErrorReport *report);
#endif /* jspubtd_h___ */

Binary file not shown.