diff options
Diffstat (limited to 'scantime.ll')
-rw-r--r-- | scantime.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scantime.ll b/scantime.ll index 75819bcc..70db0049 100644 --- a/scantime.ll +++ b/scantime.ll @@ -1,6 +1,8 @@ %option c++ 8bit %{ +/* This code is decommissioned for the time being. */ + #define YYSTYPE struct ledger::intorchar extern int yywrap(); |