8000 Oops, re-add 'static' qualifier. · python/cpython@5672904 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 5672904

Browse files
committed
Oops, re-add 'static' qualifier.
1 parent 2bdf2cb commit 5672904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/frozen.c

Lines changed: 1 addition & 1 deletion
< 42FC td data-grid-cell-id="diff-7247d35d315a26d853c8597ef32be4c8f8c2c7f9836b9fac0e727e6560394d78-16-16-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">16
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
go to ../Tools/freeze/ and freeze the hello.py file; then copy and paste
1212
the appropriate bytes from M___main__.c. */
1313

14-
unsigned char M___hello__[] = {
14+
static unsigned char M___hello__[] = {
1515
99,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,
16
0,64,0,0,0,115,9,0,0,0,100,0,0,71,72,100,
1717
1,0,83,40,2,0,0,0,115,14,0,0,0,72,101,108,

0 commit comments

Comments
 (0)
0