mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
|
--- hexfile.h.orig Tue Aug 31 11:51:09 1999
|
||
|
+++ hexfile.h Tue Aug 31 11:53:58 1999
|
||
|
@@ -48,7 +48,7 @@
|
||
|
#include "picport.h"
|
||
|
|
||
|
class hexfile {
|
||
|
- const int size = 0x4000;
|
||
|
+ static const int size = 0x4000;
|
||
|
short pgm [size];
|
||
|
|
||
|
int program_location (picport& pic, int addr, bool data) const;
|