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

twitter newsfeed daemon

This commit is contained in:
psyc://psyced.org/~lynX 2009-04-18 08:09:05 +02:00
parent a32a31794e
commit 217f34fd42
11 changed files with 154 additions and 16 deletions

View file

@ -83,6 +83,7 @@
// nosave? static? volatile. no idea if pike has something like this
#define volatile static
#define persistent
// every lpc dialect has its own foreach syntax. aint that cute?
#define each(ITEM, LIST) foreach(LIST; ; ITEM)