OSDN Git Service

Add constant evaluation for ~
authorRandy Heit <rheit@zdoom.fake>
Wed, 5 Feb 2014 02:27:05 +0000 (20:27 -0600)
committerRandy Heit <rheit@zdoom.fake>
Wed, 5 Feb 2014 02:27:05 +0000 (20:27 -0600)
commitf099d5e667aa7c76dbf2822a4bd6f743469b010a
tree81d7d905d6687e46b579b0147c60be4eb0f73d47
parent26d4df32d40e8c6e327449f926f3cef651949a7d
Add constant evaluation for ~

- When this operator was added to the language, it never got added to the
  constant expression path, so you could only use it in expressions
  evaluated at runtime.
parse.c