Skip to content

Commit b0caf4d

Browse files
committed
internal: Make hFlushDecl() private
(cherry picked from commit c35ae1a)
1 parent 5b4a83b commit b0caf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/parser-decl-var.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ private function hVarInit _
891891
end function
892892

893893
'':::::
894-
function hFlushDecl _
894+
private function hFlushDecl _
895895
( _
896896
byval var_decl as ASTNODE ptr _
897897
) as ASTNODE ptr

0 commit comments

Comments
 (0)