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

made line argument optional

Rev: lib/modules/Parser.pmod/C.pmod:1.19
parent 5be180f3
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ class Token ...@@ -209,7 +209,7 @@ class Token
string file; string file;
string trailing_whitespaces=""; string trailing_whitespaces="";
void create(string t, int l, void|string f, void|string space) void create(string t, void|int l, void|string f, void|string space)
{ {
text=t; text=t;
line=l; line=l;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment