Skip to content
Snippets Groups Projects
Commit 312f917c authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added #pike generation.

parent 7554a21b
No related branches found
No related tags found
No related merge requests found
...@@ -746,7 +746,7 @@ int main(int ac,array(string) am) ...@@ -746,7 +746,7 @@ int main(int ac,array(string) am)
write("thinking...\n"); write("thinking...\n");
string t=TZrules_base; string t="#pike "+__MAJOR__+"."+__MINOR__+"\n\n" + TZrules_base;
foreach (arules,MyRule r) foreach (arules,MyRule r)
t+=r->dump(); t+=r->dump();
......
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