-
- Downloads
py: Declare constant data as properly constant.
Otherwise some compilers (eg without optimisation) will put this read-only data in RAM instead of ROM.
Showing
- py/compile.c 1 addition, 1 deletionpy/compile.c
- py/lexer.c 2 additions, 2 deletionspy/lexer.c
- py/map.c 1 addition, 1 deletionpy/map.c
- py/objdict.c 1 addition, 1 deletionpy/objdict.c
- py/parse.c 1 addition, 1 deletionpy/parse.c
- py/repl.c 1 addition, 1 deletionpy/repl.c
- py/vmentrytable.h 1 addition, 1 deletionpy/vmentrytable.h
Loading
Please register or sign in to comment