cosmetics

This commit is contained in:
Sven M. Hallberg 2013-01-23 16:57:59 +01:00
parent d0d115f206
commit 1b0c61fc15

View file

@ -42,6 +42,7 @@ bool validate_message(HParseResult *p) {
return true; return true;
} }
/// ///
// Semantic Actions // Semantic Actions
/// ///
@ -200,9 +201,8 @@ const HParsedToken* act_message(const HParseResult *p) {
#define act_qname act_index0 #define act_qname act_index0
/// ///
// Parser / Grammar // Grammar
/// ///
const HParser* init_parser() { 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() { int start_listening() {