mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 04:20:17 +00:00
...
This commit is contained in:
parent
76c251fb7f
commit
d3fd75d0be
@ -1,4 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include "pocketpy/interpreter/vm.hpp"
|
|
||||||
// dummy header for ceval.cpp
|
|
@ -13,7 +13,7 @@ def get_loc_for_dir(path):
|
|||||||
loc_ex = 0
|
loc_ex = 0
|
||||||
for root, dirs, files in os.walk(path):
|
for root, dirs, files in os.walk(path):
|
||||||
for file in files:
|
for file in files:
|
||||||
if file.endswith('.h') or file.endswith('.cpp') or file.endswith('.hpp'):
|
if file.endswith('.h') or file.endswith('.c') or file.endswith('.h'):
|
||||||
_i = get_loc(os.path.join(root, file))
|
_i = get_loc(os.path.join(root, file))
|
||||||
if file.startswith('_'):
|
if file.startswith('_'):
|
||||||
loc_ex += _i
|
loc_ex += _i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user