Skip to content

Commit 5672904

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/frozen.c

Lines changed: 1 addition & 1 deletion
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,
1616
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)