warning removal

git-svn-id: svn://10.0.0.236/trunk@67067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-04-25 03:28:41 +00:00
parent 8a5cb9e2c1
commit d94e75b843
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ namespace VM {
SET_PROP, /* object, name, source */
SUBTRACT, /* dest, source1, source2 */
THROW, /* exception object */
TRY, /* catch */
TRY /* catch */
};

View File

@@ -76,7 +76,7 @@ namespace VM {
SET_PROP, /* object, name, source */
SUBTRACT, /* dest, source1, source2 */
THROW, /* exception object */
TRY, /* catch */
TRY /* catch */
};