1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Remove endiffix relics. (#248)

This isn't something we need around or even have the full source
for. It is a SPARC binary and a lexer script.
This commit is contained in:
Bruce Mitchener
2021-01-20 12:45:43 +07:00
committed by GitHub
parent 26bccdb3a8
commit c51aff7bf3
2 changed files with 0 additions and 4 deletions

Binary file not shown.

View File

@@ -1,4 +0,0 @@
%%
^[#][Ee][Nn][Dd][Ii][Ff][ \t]+[0-9,a-z,A-Z \t|_&]+$ {printf("#endif /* %s */\n", &yytext[7]);};
^[#][Ee][Ll][Ss][Ee][ \t]+[0-9,a-z,A-Z \t|_&]+$ {printf("#else /* %s */\n", &yytext[6]);};
%%