1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

pointless name collision

This commit is contained in:
psyc://psyced.org/~lynX 2011-05-21 18:48:24 +02:00
parent c75d508dae
commit a21b0024ef
4 changed files with 7 additions and 7 deletions

View file

@ -138,10 +138,10 @@ static int build_header(string key, mixed val, mapping vars) {
return 0;
}
static varargs string psyc_render(mixed source, string mc, mixed data,
static varargs string render_psyc(mixed source, string mc, mixed data,
mapping vars, int showingLog, vastring target) {
// vaobject obj, vastring target, vaint hascontext)
P4(("%O psyc_render %O for %O\n", ME, vars, previous_object()))
P4(("%O render_psyc %O for %O\n", ME, vars, previous_object()))
string t, context;
int needLen = 0;
#ifndef NEW_LINE