Skip to content

Commit

Permalink
upsie
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbat committed Jul 9, 2021
1 parent f962d34 commit 47d6cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daslib/sort_boost.das
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def temp_sort_array ( var arr : auto implicit )
return <- sort_array_helper ( arr, decltype(arr[0]) )

[call_macro(name="qsort")]
class ApplyMacro : AstCallMacro
class QsortMacro : AstCallMacro
def override visit ( prog:ProgramPtr; mod:Module?; var expr:smart_ptr<ExprCallMacro> ) : ExpressionPtr
if expr.arguments.length != 2
macro_error(prog,expr.at,"expecting qsort(value, block)")
Expand Down

0 comments on commit 47d6cdb

Please sign in to comment.