Browse Source

Fix for multiple definition of 'verbose' in RomWBW/Tools/unix/uz80as/uz80as.h

patch
Cocoacrumbs 5 years ago
parent
commit
705e1944c9
  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