mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 18:08:04 +00:00
Remove declarations for stuff that has never been there.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5032 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9c53f8879c
commit
6a56201046
@ -6,7 +6,7 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 1998-2010, Ullrich von Bassewitz */
|
||||
/* (C) 1998-2011, Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
@ -38,20 +38,6 @@
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
/* Are we inside a .IF condition that has been evaluated to TRUE? */
|
||||
extern unsigned char IfCond;
|
||||
|
||||
/* How many .IFs are currently open? */
|
||||
extern unsigned OpenIfs;
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user