Add scouts honor escape hatch for source embedding

This commit is contained in:
Justine Tunney 2020-06-15 19:01:28 -07:00
parent c91b3c5006
commit b4269930f7
547 changed files with 1516 additions and 944 deletions

View file

@ -7,7 +7,7 @@
http://creativecommons.org/publicdomain/zero/1.0/
*/
#endif
#include "libc/macros.inc"
#include "libc/macros.h"
/ extern const char kMonthName[12][10];
.section .rodata,"aS",@progbits

View file

@ -7,7 +7,7 @@
http://creativecommons.org/publicdomain/zero/1.0/
*/
#endif
#include "libc/macros.inc"
#include "libc/macros.h"
/ Type #1:
/ - Indexable C-String Array

View file

@ -7,7 +7,7 @@
http://creativecommons.org/publicdomain/zero/1.0/
*/
#endif
#include "libc/macros.inc"
#include "libc/macros.h"
/ extern const char kWeekdayName[7][10];
.section .rodata,"aS",@progbits

View file

@ -7,7 +7,7 @@
http://creativecommons.org/publicdomain/zero/1.0/
*/
#endif
#include "libc/macros.inc"
#include "libc/macros.h"
/ Type #1:
/ - Indexable C-String Array