mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
restart from working psyc codebase and look at new code later
This commit is contained in:
parent
3709792118
commit
ecda9d906c
10 changed files with 41 additions and 3 deletions
|
@ -23,7 +23,15 @@
|
|||
* the first byte.
|
||||
*/
|
||||
|
||||
#define SPYC
|
||||
#ifndef SPYC
|
||||
# define SPYC
|
||||
|
||||
# include <psyc.h>
|
||||
#endif
|
||||
|
||||
// EOF
|
||||
|
||||
#if 0 // first we get the syntax running, then we'll think of new features:
|
||||
|
||||
#define PSYCPARSE_STATE_HEADER 0
|
||||
#define PSYCPARSE_STATE_CONTENT 1
|
||||
|
@ -37,4 +45,4 @@
|
|||
return; \
|
||||
}
|
||||
|
||||
#include <psyc.h>
|
||||
#endif // 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue