Skip to content

Commit

Permalink
Register
Browse files Browse the repository at this point in the history
  • Loading branch information
faze-geek authored and Shaikh-Ubaid committed Feb 23, 2023
1 parent d51ee34 commit 8c1b481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lpython/semantics/python_comptime_eval.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ struct PythonIntrinsicProcedures {
{"_mod", {m_builtin, &eval__mod}},
{"max" , {m_builtin , &eval_max}},
{"min" , {m_builtin , &eval_min}},
{"sum" , {m_builtin , &not_implemented}},
// The following functions for string methods are not used
// for evaluation.
{"_lpython_str_capitalize", {m_builtin, &not_implemented}},
Expand Down

0 comments on commit 8c1b481

Please sign in to comment.