fixing parsing
This commit is contained in:
parent
0aa49cfe9b
commit
333534a8d1
8 changed files with 95 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef _MSPH_COMMON_H
|
||||
#define _MSPH_COMMON_H
|
||||
#ifndef _MSPH_H
|
||||
#define _MSPH_H
|
||||
|
||||
#include "msph/err.h"
|
||||
#include "spho/ctx.h"
|
||||
|
@ -25,4 +25,4 @@ struct msph_text_pos {
|
|||
unsigned int col;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* ifndef _MSPH_H */
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include "msph/common.h"
|
||||
#include "msph/msph.h"
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include "msph/common.h"
|
||||
#include "msph/msph.h"
|
||||
#include "msph/token.h"
|
||||
|
||||
/* tree decorations */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue