Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Adds comment about defines in banner
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyt committed Jul 8, 2015
1 parent 272a266 commit a242550
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/kernel/parser/byacc/skeleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

#include "defs.h"

/* The #defines included with the banner are there because they are */
/* useful in subsequent code. The macros #defined in the header or */
/* the body either are not useful outside of semantic actions or */
/* are conditional. */

const char *banner[] =
{
"#define YYBYACC 1",
Expand Down

0 comments on commit a242550

Please sign in to comment.