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

things that happened in 2008

This commit is contained in:
psyc://psyced.org/~lynX 2009-01-26 21:12:53 +01:00
parent 8f98522570
commit 94530cc322
136 changed files with 3222 additions and 2873 deletions

View file

@ -30,4 +30,11 @@
#define PSYCPARSE_STATE_BLOCKED 2
#define PSYCPARSE_STATE_GREET 3
#define DISPATCHERROR(reason) { \
debug_message("SPYC DISPATCH ERROR: " reason); \
croak("_error_dispatch", "dispatch error: " \
reason); \
return; \
}
#include <psyc.h>