Commit a1ee10a4 by James Van Artsdalen

(BUILT_IN_SIN,BUILT_IN_COS): New builtin codes.

From-SVN: r1979
parent 28cf078d
...@@ -77,6 +77,8 @@ enum built_in_function ...@@ -77,6 +77,8 @@ enum built_in_function
BUILT_IN_STRCMP, BUILT_IN_STRCMP,
BUILT_IN_STRLEN, BUILT_IN_STRLEN,
BUILT_IN_FSQRT, BUILT_IN_FSQRT,
BUILT_IN_SIN,
BUILT_IN_COS,
BUILT_IN_GETEXP, BUILT_IN_GETEXP,
BUILT_IN_GETMAN, BUILT_IN_GETMAN,
BUILT_IN_SAVEREGS, BUILT_IN_SAVEREGS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment