#8513 closed patch
gobliiins parser stoptoken cleanup
Reported by: | wjp | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: Gob |
Version: | Keywords: | ||
Cc: | Game: |
Description
This patch fixes stoptoken handling in printExpr, hopefully fixing the reason for the 'return;' at the start of printExpr(). (I've left that return in place just in case, though.)
Additionally it changes parseValExpr's stoptoken handling to be consistent with the other parser functions.
Ticket imported from: #1417634. Ticket imported from: patches/618.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | gob_parse.patch added |
---|
comment:1 by , 19 years ago
Thanks. This will be useful in the near future when we will start to debug gob2 engine. Commited.
comment:2 by , 19 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Engine: Gob |
---|
Note:
See TracTickets
for help on using tickets.
gob_parse.patch