Skip to content
Snippets Groups Projects
Commit 3af9673d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now works with older pike's again.

Rev: tutorial/Wmml.pmod:1.20
Rev: tutorial/wmmltohtml2:1.6
parent a7538dee
No related branches found
No related tags found
No related merge requests found
#include "types.h" #include "types.h"
#if __VERSION__ >= 0.6
import "."; import ".";
#endif /* __VERSION__ >= 0.6 */
import Sgml; import Sgml;
SGML low_make_concrete_wmml(SGML data); SGML low_make_concrete_wmml(SGML data);
......
#!/usr/local/bin/pike #!/usr/local/bin/pike
import Stdio; import Stdio;
#if __VERSION__ >= 0.6
import "."; import ".";
#endif /* __VERSION__ >= 0.6 */
#include "types.h" #include "types.h"
......
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