Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filt3rek committed Sep 6, 2022
1 parent 3c9291e commit d5a84f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftk/format/template/Macro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class Macro{
return e;
}

#if macro
#if hscript_template_macro_pos
static function checkExpr( expr : Expr, exprsBuf : Array<Expr>, line : Int, content : String, path : String ) : Int {
var skip = true;
Expand Down Expand Up @@ -311,7 +312,6 @@ class Macro{
}
#end

#if macro
static function checkStringInterpolation( e : Expr ){
switch e.expr {
case EConst( CString( s ) ) :
Expand Down

0 comments on commit d5a84f7

Please sign in to comment.