Reimplement the post-increment/decrement functions.
authorBrian <brian@yutani.localnet.net>
Mon, 15 Jan 2007 23:54:38 +0000 (16:54 -0700)
committerBrian <brian@yutani.localnet.net>
Mon, 15 Jan 2007 23:54:38 +0000 (16:54 -0700)
commitf6507157e290b783c036e9459886e0f7ae60ef7b
treec45764dca776de07faef2f776a633d265f733c2b
parentc41099465370721ae4aaf05cd0223b28a4835bc1
Reimplement the post-increment/decrement functions.

Instead of defining functions with an extra dummy parameter to distinguish
from the pre-incr/decr functions, just use new function names: __postIncr
and __postDecr.
src/mesa/shader/slang/library/slang_core.gc
src/mesa/shader/slang/library/slang_core_gc.h
src/mesa/shader/slang/slang_codegen.c