cosmetics
This commit is contained in:
parent
d0d115f206
commit
1b0c61fc15
1 changed files with 3 additions and 3 deletions
|
|
@ -42,6 +42,7 @@ bool validate_message(HParseResult *p) {
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
///
|
||||
// Semantic Actions
|
||||
///
|
||||
|
|
@ -200,9 +201,8 @@ const HParsedToken* act_message(const HParseResult *p) {
|
|||
#define act_qname act_index0
|
||||
|
||||
|
||||
|
||||
///
|
||||
// Parser / Grammar
|
||||
// Grammar
|
||||
///
|
||||
|
||||
const HParser* init_parser() {
|
||||
|
|
@ -259,7 +259,7 @@ const HParser* init_parser() {
|
|||
|
||||
|
||||
///
|
||||
// Program Logic for a Dummy DNS Server
|
||||
// Main Program for a Dummy DNS Server
|
||||
///
|
||||
|
||||
int start_listening() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue