We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c4d28 commit 8123691Copy full SHA for 8123691
2 files changed
res/data/builtin_headers/lint_sdcc.h
@@ -22,7 +22,6 @@
22
#define __interrupt(x)
23
#define __using(x)
24
#define __at(x)
25
-#define __asm__(x)
26
#define __naked
27
28
// for pic
src/StringTable.ts
@@ -757,7 +757,7 @@ export const rating_text = [
757
758
export const later_text = [
759
'稍后',
760
- 'Later on'
+ 'Later'
761
][langIndex];
762
763
export const continue_text = [
0 commit comments