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