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:
BIN
bin/endiffix
BIN
bin/endiffix
Binary file not shown.
@@ -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]);};
|
||||
%%
|
||||
Reference in New Issue
Block a user