Browse Source

Merge pull request #186 from cocoacrumbs/master

Fix for multiple definition of 'verbose' in RomWBW/Tools/unix/uz80as/uz80as.h
pull/285/head
Wayne Warthen 5 years ago
committed by GitHub
parent
commit
1101384705
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Tools/unix/uz80as/uz80as.h

2
Tools/unix/uz80as/uz80as.h

@ -8,7 +8,7 @@
#ifndef UZ80AS_H
#define UZ80AS_H
int verbose;
static int verbose;
/* matchtab.flags */
enum {

Loading…
Cancel
Save