mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
Fix compilation after the postproc merge
This commit is contained in:
parent
71d64a3c1c
commit
d52ef67d51
@ -41,6 +41,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
/* common */
|
/* common */
|
||||||
|
#include "coll.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
|
|
||||||
|
|
||||||
@ -70,8 +71,6 @@ extern StrBuf* Line;
|
|||||||
extern char CurC;
|
extern char CurC;
|
||||||
extern char NextC;
|
extern char NextC;
|
||||||
|
|
||||||
typedef struct Collection Collection;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
@ -36,17 +36,7 @@
|
|||||||
#ifndef PREPROC_H
|
#ifndef PREPROC_H
|
||||||
#define PREPROC_H
|
#define PREPROC_H
|
||||||
|
|
||||||
|
#include "macrotab.h"
|
||||||
|
|
||||||
/*****************************************************************************/
|
|
||||||
/* Forwards */
|
|
||||||
/*****************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct Macro Macro;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Data */
|
/* Data */
|
||||||
|
Loading…
Reference in New Issue
Block a user