action is all const all the time. Now to write the dns action.
This commit is contained in:
parent
034b3a717f
commit
8959d6db07
3 changed files with 5 additions and 2 deletions
|
|
@ -1123,7 +1123,7 @@ static void test_whitespace(void) {
|
|||
|
||||
#include <ctype.h>
|
||||
|
||||
const parsed_token_t* upcase(parse_result_t *p) {
|
||||
const parsed_token_t* upcase(const parse_result_t *p) {
|
||||
switch(p->ast->token_type) {
|
||||
case TT_SEQUENCE:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue