File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
- * $Id: basic.h,v 1.11 2023/02/18 20:16:59 stefan Exp stefan $
3
+ * $Id: basic.h,v 1.12 2023/03/25 08:09:07 stefan Exp stefan $
4
4
*
5
5
* Stefan's basic interpreter
6
6
*
@@ -884,6 +884,8 @@ static long lastlongyield=0;
884
884
/* formaters lastouttoken and spaceafterkeyword to make a nice LIST */
885
885
static mem_t lastouttoken ;
886
886
static mem_t spaceafterkeyword ;
887
+ static mem_t outliteral = 0 ;
888
+ static mem_t lexliteral = 0 ;
887
889
888
890
/*
889
891
* the cache for the heap search - helps the string code
@@ -1111,7 +1113,7 @@ void removefile(char*);
1111
1113
void formatdisk (short );
1112
1114
1113
1115
/* low level serial code */
1114
- #if !defined(ARDUINO ) && ( ! defined(MSDOS ) || defined(MINGW ) )
1116
+ #if !defined(ARDUINO ) && ( defined(MSDOS ) || defined(MINGW ) )
1115
1117
typedef unsigned int uint32_t ;
1116
1118
#endif
1117
1119
void picogetchar (char );
You can’t perform that action at this time.
0 commit comments