Fix nicehash include path in rules

This commit is contained in:
Wilson Lin 2018-07-05 19:48:44 +12:00
parent 3070e4af39
commit 294de8a4b0
11 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_ATTRNAME
#define _HDR_HYPERBUILD_RULE_ATTRNAME
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
#include "./c0.c"
static nh_set_int32_t hb_r_attrname_blacklist;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_C0
#define _HDR_HYPERBUILD_RULE_C0
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
static nh_set_int32_t hb_r_c0_set;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_DIGIT
#define _HDR_HYPERBUILD_RULE_DIGIT
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
static nh_set_int32_t hb_r_digit_set;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_LCALPHA
#define _HDR_HYPERBUILD_RULE_LCALPHA
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
static nh_set_int32_t hb_r_lcalpha_set;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_TAGNAME
#define _HDR_HYPERBUILD_RULE_TAGNAME
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
#include "./lcalpha.c"
#include "./ucalpha.c"
#include "./digit.c"

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_UCALPHA
#define _HDR_HYPERBUILD_RULE_UCALPHA
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
static nh_set_int32_t hb_r_ucalpha_set;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_UNQUOTEDATTRVAL
#define _HDR_HYPERBUILD_RULE_UNQUOTEDATTRVAL
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
#include "./whitespace.c"
static nh_set_int32_t hb_r_unquotedattrval_set;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_WHITESPACE
#define _HDR_HYPERBUILD_RULE_WHITESPACE
#include "../../ext/nicehash/src/main/c/set/int32.h"
#include "../../ext/nicehash/set/int32.h"
static nh_set_int32_t hb_r_whitespace_set;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_FORMATTINGTAGS
#define _HDR_HYPERBUILD_RULE_FORMATTINGTAGS
#include "../../ext/nicehash/src/main/c/set/str.h"
#include "../../ext/nicehash/set/str.h"
static nh_set_str_t hb_r_formattingtags_set;

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_TAGS
#define _HDR_HYPERBUILD_RULE_TAGS
#include "../../ext/nicehash/src/main/c/set/str.h"
#include "../../ext/nicehash/set/str.h"
// Sourced from https://developer.mozilla.org/en-US/docs/Web/HTML/Element at 2018-07-01T05:55:00Z

View File

@ -1,7 +1,7 @@
#ifndef _HDR_HYPERBUILD_RULE_VOIDTAGS
#define _HDR_HYPERBUILD_RULE_VOIDTAGS
#include "../../ext/nicehash/src/main/c/set/str.h"
#include "../../ext/nicehash/set/str.h"
static nh_set_str_t hb_r_voidtags_set;