fixing parsing

This commit is contained in:
Ellen Arvidsson 2025-06-28 00:20:00 +02:00
parent 0aa49cfe9b
commit 333534a8d1
8 changed files with 95 additions and 47 deletions

View file

@ -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 */

View file

@ -3,7 +3,7 @@
#include <sys/queue.h>
#include "msph/common.h"
#include "msph/msph.h"
/*
*

View file

@ -3,7 +3,7 @@
#include <sys/queue.h>
#include "msph/common.h"
#include "msph/msph.h"
#include "msph/token.h"
/* tree decorations */