Skip to content

Commit

Permalink
fixup! Support for requires, conflicts, and provides
Browse files Browse the repository at this point in the history
  • Loading branch information
lunacd committed Oct 4, 2024
1 parent a857301 commit 4fffd18
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/cps/pc_compat/pc.l
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ str [^ \t\r\n#:=${}]+
blank [ \t\r]+
comment #[^\n]*

/* "Name" { return yy::parser::make_NAME(); }
"Version" { return yy::parser::make_VERSION(); }
"Description" { return yy::parser::make_DESCRIPTION(); }
"URL" { return yy::parser::make_URL(); }
"Cflags" { return yy::parser::make_CFLAGS(); }
"Cflags.private" { return yy::parser::make_CFLAGS_P(); }
"Libs" { return yy::parser::make_LIBS(); }
"Libs.private" { return yy::parser::make_LIBS_P(); } */

%%
":" { return yy::parser::make_COLON(); }
"=" { return yy::parser::make_EQ(); }
Expand Down

0 comments on commit 4fffd18

Please sign in to comment.