Skip to content
Snippets Groups Projects
Commit 9ef305c6 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

nothing changed

Rev: bin/hilfe.lpc:1.5
parent b5790500
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,7 @@ mixed parse_function(string fun)
case "int":
case "void":
case "object":
case "array":
case "mapping":
case "string":
case "list":
......@@ -391,6 +392,7 @@ mixed parse_statement(string ex)
case "int":
case "void":
case "object":
case "array":
case "mapping":
case "string":
case "list":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment