Make generated main functions public
This commit is contained in:
@@ -314,7 +314,7 @@ class Kiss {
|
|||||||
// This doesn't need to be added to the fieldDict because all code generation is done
|
// This doesn't need to be added to the fieldDict because all code generation is done
|
||||||
k.fieldList.push({
|
k.fieldList.push({
|
||||||
name: "main",
|
name: "main",
|
||||||
access: [AStatic],
|
access: [AStatic,APublic],
|
||||||
kind: FFun(Helpers.makeFunction(
|
kind: FFun(Helpers.makeFunction(
|
||||||
b.symbol("main"),
|
b.symbol("main"),
|
||||||
false,
|
false,
|
||||||
|
Reference in New Issue
Block a user