compiler: Fix missing comments
* Later versions of compilers/pre-processors are upset about the syntax * Bracket unterminated string with proper comment tags
This commit is contained in:
parent
5b3e8f1132
commit
e933510236
1 changed files with 1 additions and 1 deletions
|
|
@ -905,7 +905,7 @@ static void define_struct(struct node *n) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
Commenting out interfaces until the RPC protocol has been spec'd
|
/* Commenting out interfaces until the RPC protocol has been spec'd */
|
||||||
static int find_offset(struct str *v, int inc, uint64_t mask) {
|
static int find_offset(struct str *v, int inc, uint64_t mask) {
|
||||||
int i, j;
|
int i, j;
|
||||||
union {uint64_t u; char c[8];} umask;
|
union {uint64_t u; char c[8];} umask;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue