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:
parent
8f98522570
commit
94530cc322
136 changed files with 3222 additions and 2873 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue