rgbasm: Convert oDontExpandStrings to bool.

This commit is contained in:
Anthony J. Bentley
2015-01-07 23:52:22 -07:00
parent 2777044f70
commit 1d174f37da
3 changed files with 11 additions and 9 deletions

View File

@@ -9,8 +9,9 @@
#ifndef ASMOTOR_ASM_ASM_H
#define ASMOTOR_ASM_ASM_H
#include <stdlib.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include "asm/types.h"
#include "asm/symbol.h"
@@ -26,7 +27,7 @@ extern char tzCurrentFileName[_MAX_PATH + 1];
extern struct Section *pCurrentSection;
extern struct sSymbol *tHashedSymbols[HASHSIZE];
extern struct sSymbol *pPCSymbol;
extern UBYTE oDontExpandStrings;
extern bool oDontExpandStrings;
#define MAXMACROARGS 9
#define MAXINCPATHS 16