Skip to content

Commit

Permalink
increase buffer sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mseminatore committed Jun 18, 2024
1 parent 899c011 commit a6a137a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions as09.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// constant decls
//-----------------
#define APP_NAME "as09"
#define APP_VER "0.5.2"
#define APP_VER "0.5.3"

#define DONE 0

Expand All @@ -22,8 +22,8 @@
#define MAX_SYMBOLS 4096
#define MAX_FIXUPS 4096

#define BUF_SIZE 256
#define INB_SIZE 10
#define BUF_SIZE 512
#define INB_SIZE 32

#define SA_UNDEF -1
#define FP_NONE -1
Expand Down

0 comments on commit a6a137a

Please sign in to comment.