recompute constants after prettier pass
This commit is contained in:
parent
f75442ac2b
commit
568c039895
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#define READABILITY_N 85433 + 1000
|
||||
#define READABILITY_N 88023 + 1000
|
||||
|
||||
void read_readability_js(char* string)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef READABILITY
|
||||
#define READABILITY
|
||||
|
||||
#define READABILITY_N 85433 + 1000
|
||||
#define READABILITY_N 88023 + 1000
|
||||
|
||||
void read_readability_js(char* string);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#define STYLE_N 4748 + 100
|
||||
#define STYLE_N 4709 + 100
|
||||
|
||||
void read_style_js(char* string)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef STYLE
|
||||
#define STYLE
|
||||
|
||||
#define STYLE_N 4748 + 100
|
||||
#define STYLE_N 4709 + 100
|
||||
|
||||
void read_style_js(char* string);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user