7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
|
}
}
}
/*
** Return the version name.
*/
const char *pikchr_version(void){
return RELEASE_VERSION " " MANIFEST_DATE;
}
/*
** Parse the PIKCHR script contained in zText[]. Return a rendering. Or
** if an error is encountered, return the error text. The error message
|
>
>
>
|
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
7984
|
}
}
}
/*
** Return the version name.
*/
const char *pikchr_version(void)
/* Emscripten workaround, else it chokes on the inlined version */;
const char *pikchr_version(void){
return RELEASE_VERSION " " MANIFEST_DATE;
}
/*
** Parse the PIKCHR script contained in zText[]. Return a rendering. Or
** if an error is encountered, return the error text. The error message
|
8310
8311
8312
8313
8314
8315
8316
8317
|
return TCL_OK;
}
#endif /* PIKCHR_TCL */
#line 8317 "pikchr.c"
|
|
|
8313
8314
8315
8316
8317
8318
8319
8320
|
return TCL_OK;
}
#endif /* PIKCHR_TCL */
#line 8320 "pikchr.c"
|