Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanboy74 committed Aug 10, 2022
1 parent 9ece155 commit 660404f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions htmixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
#include <stdlib.h>
#include <string.h>

#define SIZE_OF_BUFFER 0x1fffff
#define SIZE_OF_NAME 128
#define MAX_VAR_NUM 65535
#define MAX_INPUT_FILE 10
#define SIZE_OF_BUFFER 0x1fffff
#define SIZE_OF_NAME 128
#define MAX_VAR_NUM 65535
#define MAX_INPUT_FILE 10

#define MAX_VAR_INTERDEPENDENT 5
#define MAX_NESTED_LOOP 3
#define MAX_VAR_INTERDEPENDENT 5
#define MAX_NESTED_LOOP 3

#define DEBUG 0

Expand Down

0 comments on commit 660404f

Please sign in to comment.