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

been wanting to rename edit.i into render.i just about forever

This commit is contained in:
psyc://psyced.org/~lynX 2011-01-21 18:12:46 +01:00
parent b4867481f4
commit c7949bd56a
8 changed files with 10 additions and 19 deletions

View file

@ -4,7 +4,7 @@
The files contained in this directory, that is precisely
active.c circuit.c common.c edit.i library.i parse.i server.c udp.c and user.c
active.c circuit.c common.c render.i library.i parse.i server.c udp.c and user.c
and additionally the psyc.h file in ../include

View file

@ -294,7 +294,7 @@ int logon(int neverfails) {
return 0;
}
#include "edit.i"
#include "render.i"
// called from sendmsg() either by registered target or psyc: scheme
//int delivermsg(string target, string mc, string data,

View file

@ -193,7 +193,7 @@ object find_psyc_object(array(mixed) u) {
#ifndef __PIKE__
// library transmits udp packets itself
#include "edit.i"
#include "render.i"
#endif
// target is lowercased already

View file

@ -1,5 +1,5 @@
// vim:foldmethod=marker:syntax=lpc:noexpandtab
// $Id: edit.i,v 1.111 2008/12/01 11:31:33 lynx Exp $
// $Id: render.i,v 1.111 2008/12/01 11:31:33 lynx Exp $
//
// headermaker functions. we should call it render rather than edit.

View file

@ -21,7 +21,7 @@ volatile string netloc;
#ifndef NEW_RENDER
# define NEW_RENDER
#endif
#include "edit.i"
#include "render.i"
// this is completely anti-psyc. it should take mcs as arguments
// and look up the actual message from textdb.. FIXME

View file

@ -1,4 +0,0 @@
// vim:foldmethod=marker:syntax=lpc:noexpandtab
// $Id: edit.i,v 1.8 2008/02/19 16:28:41 lynx Exp $
#include "../psyc/edit.i"

4
world/net/spyc/render.i Normal file
View file

@ -0,0 +1,4 @@
// vim:foldmethod=marker:syntax=lpc:noexpandtab
// $Id: render.i,v 1.8 2008/02/19 16:28:41 lynx Exp $
#include "../psyc/render.i"