ww: separate package identity from declared name
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
package main;
|
||||
|
||||
import os;
|
||||
import rt;
|
||||
import strings;
|
||||
|
||||
def ET_DYN_SO: u16 = 3u16;
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
package main;
|
||||
|
||||
import os;
|
||||
import rt;
|
||||
import strings;
|
||||
|
||||
def ET_EXEC_D: u16 = 2u16;
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
package main;
|
||||
|
||||
import os;
|
||||
import rt;
|
||||
import strings;
|
||||
|
||||
def BASE: u64 = 4194304u64; // 0x400000
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
package main;
|
||||
|
||||
import os;
|
||||
import rt;
|
||||
import strings;
|
||||
|
||||
def ET_REL: i32 = 1;
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
package main;
|
||||
|
||||
import os;
|
||||
import rt;
|
||||
|
||||
def ET_EXEC: u16 = 2u16;
|
||||
def EM_X86_64_W: u16 = 62u16;
|
||||
|
||||
Reference in New Issue
Block a user