mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
added JSVERSION_1_4, removed prconv.sed NULs
This commit is contained in:
parent
9a3213a374
commit
eb1610d51c
@ -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.
Loading…
Reference in New Issue
Block a user